From 017f087de1712a3fe2e496a37a324699acb9f5d1 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 11:48:05 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 64b4e44fa6..7864971314 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -226,7 +226,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { if(this.containerWidth < this.boxWidth){ boxWidth = this.containerWidth } - alert(boxWidth); + var containerWidth = this.containerWidth; var cols = Math.floor(containerWidth / boxWidth); -- 2.39.2