From e4d0da68d91be9c433ada5e357fcca49962c5ddb Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:59:35 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 7ed002955f..7864971314 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -663,13 +663,8 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { b.el.setWidth(width); b.el.setHeight(height); - - b.el.select('iframe',true).set({ - width: width, - height: height - }); // iframe? -// b.el.select('iframe',true).setSize(width,height); + b.el.select('iframe',true).setSize(width,height); }, this); -- 2.39.2