fixed bug with binding editors key

This commit is contained in:
coderaiaser 2012-07-17 07:30:39 -07:00
parent b709463e38
commit b806426f2f

View file

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