Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/ember-data/lib/system/model/states.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ var states = {
store.dematerializeRecord(record);
},

rollback: Ember.K,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 commits end with one line change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea, seems like rebase/git weirdness

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, are there more changes we should look at then just this line? If so, is there a way you can create a diff that shows that?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, thats the only line I changed.


invokeLifecycleCallbacks: function(manager) {
var record = get(manager, 'record');
record.trigger('didDelete', record);
Expand Down