mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
424bb50b4c
commit
0e87d6474b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
/* object contains editors CodeMirror
|
||||
* and later will be Ace
|
||||
*/
|
||||
CloudCommander.Editor =
|
||||
CloudCommander.Editor.CodeMirror = new CloudCommander.Util();
|
||||
CloudCommander.Editor = new CloudCommander.Util();
|
||||
CloudCommander.Editor.CodeMirror = new CloudCommander.Util();
|
||||
|
||||
/* indicator says CodeMirror still loads */
|
||||
CloudCommander.Editor.CodeMirror.loading = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue