minor changes

This commit is contained in:
coderaiser 2012-10-03 10:21:33 -04:00
parent 1fd17125d7
commit 2ad45c1c69

View file

@ -8,9 +8,9 @@ var CloudCommander, CloudFunc, $;
var cloudcmd = CloudCommander,
Util = CloudCommander.Util,
KeyBinding = CloudCommander.KeyBinding,
FancyBox;
FancyBox = {};
cloudcmd.Viewer = {
cloudcmd.Viewer = {
get: (function(){
return this.FancyBox;
})