Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-14 16:25:55 +03:00
parent 424bb50b4c
commit 0e87d6474b

View file

@ -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;