Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-14 16:23:39 +03:00
parent 126b99cb5f
commit 57849e72cf

View file

@ -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 */