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

index be394ee..60e6f8b 100644 (file)
@@ -226,7 +226,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         }
         
         var containerWidth = this.containerWidth;
-        
+        Roo.log(containerWidth);
         var cols = Math.floor(containerWidth / boxWidth);
         Roo.log(cols);
         this.cols = Math.max( cols, 1 );