ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:40:20 +0000 (15:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:40:20 +0000 (15:40 +0800)
ux/Lightbox.js

index 292aa37..70f5fcf 100644 (file)
@@ -171,7 +171,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         Roo.each(ids.split(' '), 
             function(id){ 
                 var vid = id.replace(/\-/g,'');
-                th[vid] = this.el.child('.'+id); 
+                th[vid] = th.el.child('.'+id); 
                 if (!th[vid]) {
                     return;
                 }