Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:35:35 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:35:35 +0000 (15:35 +0800)
Roo/bootstrap/Component.js

index 912afa6..dac6620 100644 (file)
@@ -345,10 +345,15 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
        var items = tree.items;
         delete tree.items;
         
-       cn.addxtypeChildren(items);
+       cn.addxtypeChildren(items, skip_children);
         return cn;
     },
     
+    /**
+     *  add a number of children to this object,
+     *     which in turn calls render...
+     *  
+     */
     
     addxtypeChildren: function(child_array, skip_children)
     {