From ee34e7c712b5f4d1f9c018ff542ce0dda0c17be5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 7 Sep 2012 11:31:42 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; })