diff --git a/lib/client/editor.js b/lib/client/editor.js index 4c4931db..8a676894 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -61,7 +61,7 @@ CloudCommander.Editor.CodeMirror.load = (function(pParent){ }); /* function shows CodeMirror editor */ -CloudCommander.Editor.show = +CloudCommander.Editor.show = CloudCommander.Editor.CodeMirror.show = (function(){ /* if CloudEditor is not loaded - loading him */ if(!this.getById('CloudEditor'))