Update lib/client/viewer.js

This commit is contained in:
coderaiser 2012-08-08 16:28:42 +03:00
parent f3cd2e07fa
commit e6323207bb

View file

@ -85,8 +85,9 @@ CloudCommander.Viewer.FancyBox.set = (function(){
}
/* $('.fancybox').fancybox(this.getConfig()); */
var lThis = this;
$('.fancybox').dblclick( function(){
$.fancybox(this.getConfig())
$.fancybox(lThis.getConfig())
});
}catch(pError){
console.log(pError);