Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Sep 2016 03:29:21 +0000 (11:29 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Sep 2016 03:29:21 +0000 (11:29 +0800)
Roo/bootstrap/Component.js

index 97c0c52..53baf7d 100644 (file)
@@ -191,7 +191,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         
         if (!has_flexy_each || !build_from_html || is_body || !page_has_body) {
             if(!has_flexy_if || typeof(tree.name) == 'undefined' || !build_from_html || is_body || !page_has_body){
-                return this.addxtypeChild(tree,cntr);
+                return this.addxtypeChild(tree,cntr, is_body);
             }
             
             var echild =self_cntr_el ? self_cntr_el.child('>*[name=' + tree.name + ']') : false;