ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 08:00:22 +0000 (16:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 08:00:22 +0000 (16:00 +0800)
ux/Lightbox.js

index 2321af3..b62c43b 100644 (file)
@@ -182,8 +182,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
 
         this.overlay = this.roolightboxoverlay;
         this.overlay.hide();
-        this.overlay.on('click', this.end, this);
-        
+         
                this.lightbox.hide();
         this.lightbox.on('click',  function(event) { 
                 if (Roo.get(event.getTarget()).hasClass('lightbox')) {