mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
refactored
This commit is contained in:
parent
428d9492ef
commit
7ffb00a984
6 changed files with 141 additions and 137 deletions
|
|
@ -209,8 +209,8 @@ var CloudCommander, Util, DOM, CodeMirror;
|
|||
};
|
||||
|
||||
/* добавляем обработчик клавишь */
|
||||
DOM.addKeyListener( lKeyListener );
|
||||
DOM.setButtonKey('f4', CodeMirrorEditor.show);
|
||||
DOM .addKeyListener( lKeyListener )
|
||||
.setButtonKey('f4', CodeMirrorEditor.show);
|
||||
};
|
||||
|
||||
CloudCmd.Editor.CodeMirror = CodeMirrorEditor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue