now
now copied to clipboard
Bug fix for setting a field on an empty object under the now namespace
Fix a bug with setting a field on an empty object under the now namespace
Something like this:
everyone.now.obj = {};
everyone.now.obj.x = 'test'; //error