now icon indicating copy to clipboard operation
now copied to clipboard

Bug fix for setting a field on an empty object under the now namespace

Open scriby opened this issue 12 years ago • 0 comments

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

scriby avatar Jan 27 '13 02:01 scriby