ember-script icon indicating copy to clipboard operation
ember-script copied to clipboard

person*.firstName = "Manuel" uses Ember.set

Open patricklx opened this issue 10 years ago • 1 comments

this can also bee seen on the website. When *. is used, it should be set directly like person.firstname = "Manuel"

I think this worked in earlier versions

patricklx avatar Jun 05 '15 14:06 patricklx

this is actually worse than i thought. I want to set some global variables on window but it doesn't work because of this and Ember.set seems to have problems now when the object is window

patricklx avatar Jun 06 '15 21:06 patricklx