:/
This commit is contained in:
Aziz Khoury
2014-05-24 10:21:20 -04:00
parent 1a753bf64d
commit e0a5cb2b44

View File

@@ -355,7 +355,7 @@
if(props !== undefined && !(obj[prop] instanceof Object) )
obj[prop] = {};
return util.props(obj[prop], newProps, value);
return utils.props(obj[prop], newProps, value);
}
};