Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-08-03 17:48:55 +03:00
parent 4954ea7ff4
commit 7ded835787

View file

@ -128,8 +128,11 @@ CloudCommander.Editor.CodeMirror.show = (function(){
}
}
}
var lLoadingImage = CloudCommander._images.loading();
var lErrorImage = CloudCommander._images.error();
this.showLoad();
this.showLoad();
this.loading = true;
var lParent = this;
/* reading data from current file */