From: Alan Knowles Date: Wed, 29 Dec 2010 07:40:20 +0000 (+0800) Subject: ux/Lightbox.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=3dc2852ec88e4934b90642b676a9a3d18bdfca5a;p=roojs1 ux/Lightbox.js --- diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 292aa3716d..70f5fcf492 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -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; }