Catchup with Pilot. Add 'sender' parameter to canon.exec

This commit is contained in:
Julian Viereck 2011-02-20 11:21:43 +01:00
commit ddee0d01ec
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ var KeyBinding = function(editor, config) {
if (toExecute) {
var success = canon.exec(toExecute.command,
{editor: this.$editor}, toExecute.args);
{editor: this.$editor}, "editor", toExecute.args);
if (success) {
return event.stopEvent(e);
}

@ -1 +1 @@
Subproject commit cbfac498d30d43fdb7687d198c5b752736222c2f
Subproject commit f23c4f455198652db0fd46b9107da2fea8fd79ab