From d9474741d9d089ae82be354937fcc88d47ad7d1e Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:10:19 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 5a7220b79c..687a5ffcfd 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -667,8 +667,8 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { b.el.select('iframe',true).setSize(width,height); if(k == 0) { - console.log(b.el.setWidth()); - alert(JSON.stringify(b.el.setWidth())); + console.log(b.el.getWidth()); + alert(JSON.stringify(b.el.getWidth())); } -- 2.39.2