diff --git a/lib/client/viewer.js b/lib/client/viewer.js index a0760fc1..ff36ddcb 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -4,10 +4,10 @@ var CloudCommander, CloudFunc, $; */ (function(){ var cloudcmd = CloudCommander; - var Util = cloudcmd.Util; - var KeyBinding = cloudcmd.KeyBinding; + var Util = CloudCommander.Util; + var KeyBinding = CloudCommander.KeyBinding; - CloudCommander.Viewer = { + cloudcmd.Viewer = { get: (function(){ return this.FancyBox; })