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