From: Edward Date: Tue, 18 Dec 2018 03:47:52 +0000 (+0800) Subject: Roo/bootstrap/LayoutMasonry.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=13e6dc20502fdce9c68179f4fe9803c2ed7e1ee3 Roo/bootstrap/LayoutMasonry.js --- 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);