fix getKeyboardHandler
This commit is contained in:
parent
23a48b23b4
commit
130429a611
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ var KeyBinding = function(editor) {
|
|||
};
|
||||
|
||||
this.getKeyboardHandler = function() {
|
||||
return this.$handlers[this.$handlers - 1];
|
||||
return this.$handlers[this.$handlers.length - 1];
|
||||
};
|
||||
|
||||
this.$callKeyboardHandlers = function (hashId, keyString, keyCode, e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue