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