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

index 67cb252..27009e1 100644 (file)
@@ -226,9 +226,9 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         }
         
         var containerWidth = this.containerWidth;
-        Roo.log(this.containerWidth);
-        var cols = Math.floor(containerWidth / boxWidth);
         
+        var cols = Math.floor(containerWidth / boxWidth);
+        Roo.log(cols);
         this.cols = Math.max( cols, 1 );
         
         this.cols = this.maxCols > 0 ? Math.min( this.cols, this.maxCols ) : this.cols;