added ability to download files

This commit is contained in:
coderaiser 2012-08-17 10:30:13 -04:00
parent f3f3d380ae
commit a87309a447
7 changed files with 860 additions and 803 deletions

View file

@ -680,12 +680,12 @@ CloudClient.keyBinding=(function(){
});
/* function loads and shows editor */
CloudClient.Editor = (function() {
CloudClient.Editor = (function(pIsReadOnly) {
/* loading CloudMirror plagin */
Util.jsload(CloudClient.LIBDIRCLIENT +
'editor.js',{
onload:(function(){
CloudCommander.Editor.Keys();
CloudCommander.Editor.Keys(pIsReadOnly);
})
});
});