fixed bug with distanation of editor.js

This commit is contained in:
coderaiaser 2012-07-17 07:28:27 -07:00
parent 17e8db8281
commit b709463e38

View file

@ -359,7 +359,7 @@ CloudClient.init=(function()
});
/* loading CloudMirror plagin */
CloudClient.jsload(CloudClient.LIBDIR+'editor.js',{
CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{
onload:(function(){
CloudCommander.Editor.CloudMirror.load();
})