mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
my bad
:/
This commit is contained in:
@@ -355,7 +355,7 @@
|
|||||||
if(props !== undefined && !(obj[prop] instanceof Object) )
|
if(props !== undefined && !(obj[prop] instanceof Object) )
|
||||||
obj[prop] = {};
|
obj[prop] = {};
|
||||||
|
|
||||||
return util.props(obj[prop], newProps, value);
|
return utils.props(obj[prop], newProps, value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user