Catchup with Pilot. Add 'sender' parameter to canon.exec
This commit is contained in:
parent
966181fcf8
commit
ddee0d01ec
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue