minor changes

This commit is contained in:
coderaiser 2012-07-25 06:08:58 -04:00
parent 5dbc225e57
commit 9e63fbceea

View file

@ -17,6 +17,8 @@ CloudCommander.Viewer.FancyBox = {
openEffect : 'none',
closeEffect : 'none'
});
this.set();
});
},
@ -52,7 +54,6 @@ CloudCommander.Viewer.FancyBox = {
CloudCommander.Viewer.Keys = (function(){
"use strict";
/* loading js and css of CodeMirror */
CloudCommander.Viewer.FancyBox.load();
var key_event = function(pParent){