From 3dc2852ec88e4934b90642b676a9a3d18bdfca5a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Dec 2010 15:40:20 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2