Merge pull request #1568 from akhoury/patch-2

my bad
This commit is contained in:
Barış Soner Uşaklı
2014-05-24 10:36:47 -04:00

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);
}
};