Update lib/client/viewer.js

This commit is contained in:
coderaiser 2012-08-08 17:04:54 +03:00
parent 5dac88617d
commit 689b7b1edc

View file

@ -96,7 +96,7 @@ CloudCommander.Viewer.FancyBox.set = (function(){
*/
var lImages = $('.fancybox');
var lConfig = lThis.getConfig();
var lConfig = this.getConfig();
for(var i=0; i < lImages.length; i++){
lConfig.href = lImages[i].href;
lImages[i].ondblclick = (function(){