From 13e6dc20502fdce9c68179f4fe9803c2ed7e1ee3 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 11:47:52 +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 7864971314..64b4e44fa6 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