roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index bf78c08..624827b 100644 (file)
@@ -424,9 +424,6 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
             }
             
             var echild =self_cntr_el ? self_cntr_el.child('>*[name=' + tree.name + ']') : false;
-
-            Roo.log('ECHILD');
-            Roo.log(echild);
                 
             if(echild){
                 return this.addxtypeChild(Roo.apply({}, tree),cntr);
@@ -465,6 +462,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
     addxtypeChild : function (tree, cntr, is_body)
     {
         Roo.debug && Roo.log('addxtypeChild:' + cntr);
+        Roo.log('ADDXTYPECHILD:' + cntr);
         var cn = this;
         cntr = (typeof(cntr) == 'undefined' ) ? 'getChildContainer' : cntr;