ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 05:10:30 +0000 (13:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 05:10:30 +0000 (13:10 +0800)
ux/Lightbox.js

index adb9e4b..4143576 100644 (file)
@@ -225,7 +225,7 @@ 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) {
-                event.stopPropagation();
+                event.stopEvent();
                 this.start(e);
             }, this);
         }, this)