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

index 621b0f2..fe4fe60 100644 (file)
@@ -257,6 +257,8 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         
         this.unitWidth = Math.floor((boxWidth - (this.gutter * 2)) / 3);
         
+        Roo.log(boxWidth);
+        
         this.el.setHeight(boxWidth);
         
     },