This is because, since pre4, you cannot set a property or observe the Em.*.create() function. First you must first use the .extend() function and set all your properties and observable objects in it, and then create this object.
As an example, consider this jsfiddle , which works with advanced functionality. Then try deleting it using only create and you will see that the application no longer works.
source share