ux/Lightbox.js
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:10:57 +0000 (18:10 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:10:57 +0000 (18:10 +0800)
ux/Lightbox.js

index cbd5c6d..11ad73d 100644 (file)
@@ -443,7 +443,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         // once image is preloaded, resize image container
 
         imgPreloader.on('load', function() {
-            Roo.log(this.imageArray);
+            
             this.lightboximage.dom.src = this.imageArray[this.activeImage].href || 
                 this.imageArray[this.activeImage].dom.href || this.imageArray[this.activeImage].dom.src;