Roo/bootstrap/LayoutMasonry.js
authorEdward <edward@roojs.com>
Tue, 18 Dec 2018 03:47:52 +0000 (11:47 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Dec 2018 03:47:52 +0000 (11:47 +0800)
Roo/bootstrap/LayoutMasonry.js

index 7864971..64b4e44 100644 (file)
@@ -226,7 +226,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         if(this.containerWidth < this.boxWidth){
             boxWidth = this.containerWidth
         }
-        
+        alert(boxWidth);
         var containerWidth = this.containerWidth;
         
         var cols = Math.floor(containerWidth / boxWidth);