diff --git a/lib/client/editor.js b/lib/client/editor.js index 4d11a433..1c027a4a 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -4,7 +4,7 @@ var CloudCommander, CloudFunc, CodeMirror; */ CloudCommander.Editor = { get : (function(){ - return this.Codemirror + return this.CodeMirror; }) }; CloudCommander.Editor.CodeMirror = new CloudCommander.Util();