We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a911 commit 85311d1Copy full SHA for 85311d1
addon/mixin.js
@@ -16,6 +16,7 @@ export default Ember.Mixin.create({
16
init: function() {
17
this.initializeBuffer();
18
this.hasBufferedChanges = false;
19
+ this._super.apply(this, arguments);
20
},
21
22
initializeBuffer: function(onlyTheseKeys) {
0 commit comments