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

index 3756a0b..5adbe8f 100644 (file)
@@ -227,9 +227,8 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         
         Roo.each(Roo.DomQuery.select('a[rel^=lightbox]'), function(e) {
             this.imageArray.push(Roo.get(e));
-            Roo.get(e).on('click', (function(event, tg, tga) {
-                console.log(tg);
-                console.log(tga);
+            Roo.get(e).on('click', (function(event, tg) {
+            
                 event.stopEvent();
                 this.start(tg);
             }).createDelegate(this, [e], true));