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

Commit

Permalink
include discardChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jan 6, 2014
1 parent ee517e9 commit b61ebcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instance/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
close: function() {
log.events && console.log('event.remove: [%s].%s => [%s].%s()"', node.localName, name, model.localName, path);
node.removeEventListener(eventName, listener, false);
}
},
discardChanges: function() {}
}
};
}
Expand Down

0 comments on commit b61ebcb

Please sign in to comment.