Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-14 16:21:52 +03:00
parent 9a807f7ea2
commit 126b99cb5f

View file

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