From eb78921c3748996fbe2f01a5e970d9cf18413318 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; })