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

index b62c43b..a782283 100644 (file)
@@ -185,7 +185,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
          
                this.lightbox.hide();
         this.lightbox.on('click',  function(event) { 
-                if (Roo.get(event.getTarget()).hasClass('lightbox')) {
+                if (Roo.get(event.getTarget()).hasClass('roo-lightbox')) {
                     this.end(); 
                 }
             }, this);