Roo/bootstrap/LayoutMasonry.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 04:56:42 +0000 (12:56 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 04:56:42 +0000 (12:56 +0800)
Roo/bootstrap/LayoutMasonry.js

index d432e5d..895a77d 100644 (file)
@@ -259,9 +259,11 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
             boxWidth = this.containerWidth;
         }
         
+        Roo.log('boxWidth : ' + boxWidth);
+        
         this.unitWidth = Math.floor((boxWidth - (this.gutter * 2)) / 3);
         
-        Roo.log(boxWidth);
+        Roo.log('this.unitWidth : ' + this.unitWidth);
         
         this.el.setHeight(boxWidth);