Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 21, 2016
1 parent dcdc1f1 commit 2cd3039
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion addon/-private/system/model/internal-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const {
inspect,
isEmpty,
isEqual,
run: emberRun,
setOwner,
RSVP,
RSVP: { Promise }
Expand Down
18 changes: 0 additions & 18 deletions addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1793,24 +1793,6 @@ Store = Service.extend({
return this.hasRecordForId(modelName, id);
},

// ............
// . UPDATING .
// ............

/**
If the adapter updates attributes the record will notify
the store to update its membership in any filters.
To avoid thrashing, this method is invoked only once per
run loop per record.
@method _dataWasUpdated
@private
@param {InternalModel} internalModel
*/
_dataWasUpdated(internalModel) {
throw new Error('dont');
this.recordArrayManager.recordDidChange(internalModel);
},

// ..............
// . PERSISTING .
Expand Down

0 comments on commit 2cd3039

Please sign in to comment.