Roo/bootstrap/LayoutMasonry.js
authoredward <edward@roojs.com>
Mon, 18 Dec 2017 08:10:09 +0000 (16:10 +0800)
committeredward <edward@roojs.com>
Mon, 18 Dec 2017 08:10:09 +0000 (16:10 +0800)
Roo/bootstrap/LayoutMasonry.js

index b7acda9..9cc316a 100644 (file)
@@ -236,7 +236,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         var totalBoxWidth = this.cols * boxWidth - this.padWidth;
         Roo.log(totalBoxWidth);
         var avail = Math.floor((containerWidth - totalBoxWidth) / this.cols);
-        
+        Roo.log(avail);
         this.colWidth = boxWidth + avail - this.padWidth;
         
         this.unitWidth = Math.floor((this.colWidth - (this.gutter * 2)) / 3);