minor changes

This commit is contained in:
coderaiser 2012-08-17 06:19:38 -04:00
parent a0500848ca
commit 9aa97dd8f2

View file

@ -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();