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

index fe4fe60..d432e5d 100644 (file)
@@ -249,8 +249,12 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
     {
         this.getContainerWidth();
         
+        Roo.log('this.containerWidth : ' + this.containerWidth);
+        
         var boxWidth = this.boxWidth;
         
+        Roo.log('this.boxWidth : ' + this.boxWidth);
+        
         if(this.containerWidth < boxWidth){
             boxWidth = this.containerWidth;
         }