Skip to content

Commit

Permalink
fix tests for 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Oct 19, 2016
1 parent 28b8343 commit 31a957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/record-arrays/record-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default Ember.ArrayProxy.extend(Ember.Evented, {
@private
@type Ember.Array
*/
this.content = this.content || null;
this.set('content', this.content || null);

/**
The flag to signal a `RecordArray` is finished loading data.
Expand Down

0 comments on commit 31a957a

Please sign in to comment.