Roo/bootstrap/LayoutMasonry.js
authorEdward <edward@roojs.com>
Tue, 18 Dec 2018 04:01:07 +0000 (12:01 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Dec 2018 04:01:07 +0000 (12:01 +0800)
Roo/bootstrap/LayoutMasonry.js

index dab00ad..7864971 100644 (file)
@@ -644,7 +644,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         for (var i = 0; i < this.cols; i++){
             maxY[i] = pos.y;
         }
-        alert(this.cols);
+        
         Roo.each(queue, function(box, k){
             
             var col = k % this.cols;