Your question contains the correct answer: Ember.A()
just a way to define an Ember.Array
when you have turned off the prototype extensions. You’ll notice that Ember’s internal code always uses Ember.A()
.
Your question contains the correct answer: Ember.A()
just a way to define an Ember.Array
when you have turned off the prototype extensions. You’ll notice that Ember’s internal code always uses Ember.A()
.