From: Alan Knowles Date: Wed, 29 Dec 2010 07:42:53 +0000 (+0800) Subject: ux/Lightbox.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9b8280774661ed438dc917b1fe20b9df17249bf3;p=roojs1 ux/Lightbox.js --- diff --git a/ux/Lightbox.js b/ux/Lightbox.js index bb423220bc..c1ddcc6db9 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -434,7 +434,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, this.lightboximage.dom.src = this.imageArray[this.activeImage].dom.href; - this.resizeimagecontainer(imgPreloader.getWidth(), imgPreloader.getHeight()); + this.resizeImageContainer(imgPreloader.getWidth(), imgPreloader.getHeight()); imgPreloader.remove(); }, this); imgPreloader.dom.src = this.imageArray[this.activeImage].dom.href;