Skip to content

Commit

Permalink
Merge pull request #4846 from emberjs/cleanup
Browse files Browse the repository at this point in the history
remove un-needed Ember.A
  • Loading branch information
bmac authored Mar 8, 2017
2 parents 83f1308 + 1ea0b6f commit e229498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/many-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default Ember.Object.extend(Ember.MutableArray, Ember.Evented, {
*/
this.relationship = this.relationship || null;

this.currentState = Ember.A([]);
this.currentState = [];
this.flushCanonical(false);
},

Expand Down

0 comments on commit e229498

Please sign in to comment.