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

index 70a23b7..487199f 100644 (file)
@@ -163,7 +163,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         Roo.log(cn);
         Roo.log(self_cntr_el);
         while (true) {
-            var echild =self_cntr_el ? self_cntr_el.child('>*[xtype]') : false;
+            var echild =self_cntr_el ? self_cntr_el.child('>[xtype]') : false;
             
             if (!echild) {
                 break;