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

index 7864971..dab00ad 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;