Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit b61ebcb

Browse files
committed
include discardChanges
1 parent ee517e9 commit b61ebcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/instance/events.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
close: function() {
109109
log.events && console.log('event.remove: [%s].%s => [%s].%s()"', node.localName, name, model.localName, path);
110110
node.removeEventListener(eventName, listener, false);
111-
}
111+
},
112+
discardChanges: function() {}
112113
}
113114
};
114115
}

0 commit comments

Comments
 (0)