X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_bootstrap_Component.js.html;h=5f921f27ba3b2753dd1b66eb58ef7e2442fe6b98;hb=b059ce97695e99e0dba875dfc29b3400789cf51d;hp=db448232a6af11f6e7766ad5c90dd65129b3e7b4;hpb=58086923568ba2a17618e03fa4bd1f193094f812;p=roojs1 diff --git a/docs/symbols/src/Roo_bootstrap_Component.js.html b/docs/symbols/src/Roo_bootstrap_Component.js.html index db448232a6..5f921f27ba 100644 --- a/docs/symbols/src/Roo_bootstrap_Component.js.html +++ b/docs/symbols/src/Roo_bootstrap_Component.js.html @@ -228,7 +228,7 @@ return ret; }, - addxtypeChild : function (tree, cntr) + addxtypeChild : function (tree, cntr, is_body) { Roo.debug && Roo.log('addxtypeChild:' + cntr); var cn = this; @@ -242,7 +242,7 @@ skip_children = false; // render the element if it's not BODY. - if (tree.xtype != 'Body') { + if (!is_body) { cn = Roo.factory(tree);