From: edward Date: Thu, 28 Dec 2017 04:57:06 +0000 (+0800) Subject: Roo/bootstrap/LayoutMasonry.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=fbf7f9ebb274add7b640ec83b7eda9e64c232ff7 Roo/bootstrap/LayoutMasonry.js --- diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 895a77dd8c..7c68c7799a 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -271,6 +271,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { getContainerWidth : function() { + Roo.log(this.el.getBox(true)); this.containerWidth = this.el.getBox(true).width; //maybe use getComputedWidth },