Roo/bootstrap/Component.js
authorEdward <edward@roojs.com>
Wed, 23 Apr 2014 11:14:23 +0000 (19:14 +0800)
committerEdward <edward@roojs.com>
Wed, 23 Apr 2014 11:14:23 +0000 (19:14 +0800)
Roo/bootstrap/Component.js

index 8a534f6..1fc9b14 100644 (file)
@@ -164,11 +164,11 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         Roo.log(self_cntr_el);
         while (true) {
             var echild =self_cntr_el ? self_cntr_el.child('>*[xtype]') : false;
-            Roo.log(echild);
+            
             if (!echild) {
                 break;
             }
-            
+            Roo.log(echild);
             if (echild && echild.attr('xtype').split('.').pop() != cn.xtype) {
                 break;
             }