Roo/bootstrap/LayoutMasonry.js
[roojs1] / Roo / bootstrap / LayoutMasonry.js
index 0a38a7a..7ed0029 100644 (file)
@@ -664,8 +664,10 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
                 b.el.setWidth(width);
                 b.el.setHeight(height);
                 
-                b.el.select('iframe',true).set('width', width);
-                b.el.select('iframe',true).set('height', height);
+                b.el.select('iframe',true).set({
+                    width: width,
+                    height: height
+                });
                 // iframe?
 //                b.el.select('iframe',true).setSize(width,height);