From 9aa97dd8f21cf8c6579aeceaf07fe50ad8d41194 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 17 Aug 2012 06:19:38 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 16705f0b..205c7e17 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -64,6 +64,7 @@ CloudCommander.Viewer.FancyBox.load = (function(pThis, pCallBack){ }); }); + CloudCommander.Viewer.FancyBox.loadData = (function(pA){ var lThis = this; var lConfig = this.getConfig(); @@ -89,6 +90,7 @@ CloudCommander.Viewer.FancyBox.loadData = (function(pA){ }); }); + CloudCommander.Viewer.FancyBox.set = (function(){ if(this.getByClass('fancybox').length) return; @@ -128,9 +130,8 @@ CloudCommander.Viewer.FancyBox.set = (function(){ console.log(pError); } }); - -CloudCommander.Viewer.show = + CloudCommander.Viewer.FancyBox.show = (function(pParent){ CloudCommander.Viewer.FancyBox.set();