From 387cf8222c2dc3c2cea8e58c32a6e2590c0b797e Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 11:44:53 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index acefd7aca9..52af12a8bd 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -152,8 +152,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { this.selectedBrick = []; this.currentSize = this.el.getBox(true); - Roo.log(this.currentSize); - alert(this.currentSize); + alert(JSON.stringify(this.currentSize)); Roo.EventManager.onWindowResize(this.resize, this); if(!this.isAutoInitial){ -- 2.39.2