From 53db108ab217828bc6908cbf4cc2ac84e63ba433 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 18:35:49 +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 d2bcbc73ff..4ee683d573 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -460,7 +460,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, // resizeImageContainer() // resizeImageContainer: function(imgWidth, imgHeight) { - + Roo.log(imgWidth); // make sure we have some sensible sizes.. imgWidth = Math.max(50, imgWidth); imgHeight = Math.max(50, imgHeight); -- 2.39.2