Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-14 16:20:36 +03:00
parent 5714189b0a
commit dab60e3d14

View file

@ -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'))