From: Edward Date: Tue, 18 Dec 2018 04:03:04 +0000 (+0800) Subject: Roo/bootstrap/LayoutMasonry.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2fcf389a2462f1df96a8e08395b38c52ebcb1562 Roo/bootstrap/LayoutMasonry.js --- diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 7864971314..88ca322266 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -651,6 +651,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { Roo.each(box, function(b,kk){ + Roo.log(b); b.el.position('absolute'); var width = Math.floor(this.unitWidth * b.x + (this.gutter * (b.x - 1)) + b.el.getPadding('lr'));