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

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