fix typos
This commit is contained in:
parent
2734aa3da0
commit
eb5d79370b
2 changed files with 5 additions and 4 deletions
|
@ -6003,7 +6003,7 @@
|
|||
}
|
||||
},
|
||||
|
||||
// Adds/remvoes a custom key binding
|
||||
// Adds/removes a custom key binding
|
||||
addKeyBinding: addKeyBinding,
|
||||
removeKeyBinding: removeKeyBinding,
|
||||
|
||||
|
@ -6012,7 +6012,7 @@
|
|||
hasPlugin: hasPlugin,
|
||||
getPlugin: getPlugin,
|
||||
|
||||
// Programatically triggers a keyboard event
|
||||
// Programmatically triggers a keyboard event
|
||||
triggerKey: function( keyCode ) {
|
||||
onDocumentKeyDown( { keyCode: keyCode } );
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue