roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index f4c4ee2..434aa85 100644 (file)
@@ -423,6 +423,8 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
      *   - call child_instance.render( this { getContainerMethod()} )
      *   - loop through the children, and call addxtype.. (reall this) on newly created child.
      *  
+     *
+     * 
      */
     
     xAdd : function (tree, cntr, is_body)
@@ -448,7 +450,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
             
         cn.render && cn.render(parent_ctnr);
                 
-       cn.xAddChildren(tree.items || cn.items);
+       cn.xAddChildren(tree.items);
        delete tree.items; // not really needed?
         return cn;
     },