mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
changed the way of function calls, now bind using
This commit is contained in:
parent
b3d55fdec3
commit
a0726fa984
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ CloudCommander.Editor.Keys = (function(pIsReadOnly){
|
|||
/* if f4 or f3 pressed */
|
||||
var lF3 = CloudCommander.KEY.F3;
|
||||
var lF4 = CloudCommander.KEY.F4;
|
||||
var lShow = CloudCommander.Editor.CodeMirror.show;
|
||||
var lShow = lThis.show.bind(lThis);
|
||||
|
||||
if(!pEvent.shiftKey){
|
||||
if(pEvent.keyCode === lF4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue