From 825d986b064414fe0abca09c383f91855e7b367a Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:01:07 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index dab00ad4b3..7864971314 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -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; -- 2.39.2