Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed May 11, 2021
1 parent 57d086e commit 31d3869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/addon/-private/system/many-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default EmberObject.extend(MutableArray, DeprecatedEvented, {
this.currentState = [];
this._isUpdating = false;
this._isDirty = false;
/**
/*
* Unfortunately ArrayProxy adds it's observers lazily,
* so in a first-render situation we may sometimes notify
* prior to the ArrayProxy having installed it's observers
Expand Down

0 comments on commit 31d3869

Please sign in to comment.