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
126b99cb5f
commit
57849e72cf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
/* object contains editors CodeMirror
|
||||
* and later will be Ace
|
||||
*/
|
||||
CloudCommander.Editor = {};
|
||||
CloudCommander.Editor =
|
||||
CloudCommander.Editor.CodeMirror = new CloudCommander.Util();
|
||||
|
||||
/* indicator says CodeMirror still loads */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue