ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:22:40 +0000 (14:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:22:40 +0000 (14:22 +0800)
ux/Lightbox.js

index 290833a..797c13b 100644 (file)
@@ -229,9 +229,9 @@ Roo.apply(Roo.ux.Lightbox.prototype,
             this.imageArray.push(Roo.get(e));
             Roo.get(e).on('click', (function(event, tg, tga,tgb) {
                
-                console.log(tgb)
+             
                 event.stopEvent();
-                this.start(tg);
+                this.start(tgb);
             }).createDelegate(this, [e], true));
         }, this)