minor changes

This commit is contained in:
coderaiser 2012-07-26 07:09:12 -04:00
parent c3a4f951cc
commit c37daa2516

View file

@ -146,19 +146,21 @@ CloudClient.keyBinding=(function(){
/* function loads and shows editor */
CloudClient.Editor = (function(){
/* loading CloudMirror plagin */
CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{
onload:(function(){
CloudCommander.Editor.Keys();
})
CloudClient.jsload(CloudClient.LIBDIRCLIENT +
'editor.js',{
onload:(function(){
CloudCommander.Editor.Keys();
})
});
});
/* function loads and shows viewer */
CloudClient.Viewer = (function(){
CloudCommander.jsload('lib/client/viewer.js',{
onload: (function(){
CloudCommander.Viewer.Keys();
})
CloudCommander.jsload(CloudClient.LIBDIRCLIENT +
'lib/client/viewer.js',{
onload: (function(){
CloudCommander.Viewer.Keys();
})
});
});
/*