Skip to content

Commit

Permalink
Merge branch 'master' of github.com:danielspaniel/ember-data-change-t…
Browse files Browse the repository at this point in the history
…racker
  • Loading branch information
danielspaniel committed Jan 26, 2019
2 parents dca193d + 1aa2c36 commit c1253fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/model-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Model.reopen({

// There is no didReload callback on models, so have to override reload
reload() {
let promise = this._super();
let promise = this._super(...arguments);
promise.then(() => {
if (Tracker.isAutoSaveEnabled(this)) {
this.saveChanges();
Expand Down

0 comments on commit c1253fd

Please sign in to comment.