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

index 64b4e44..7864971 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);