From 2ad45c1c69377942f8a6cd9a1f7d6b67529f79b9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 3 Oct 2012 10:21:33 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 03e360ea..5e387121 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -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; })