From fb8bc95da931e44b54cde7698ecc6a6409f093a9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 27 Jul 2012 10:43:55 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 2eb1de96..8533ade1 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -141,5 +141,5 @@ CloudCommander.Viewer.Keys = (function(){ CloudCommander.Viewer.FancyBox.show(); }); - CloudCommander.Viewer.FancyBox.load(this.FancyBox, lCallBack_f()); + CloudCommander.Viewer.FancyBox.load(this.FancyBox, lCallBack_f); }); \ No newline at end of file