sync
authorAlan Knowles <alan@roojs.com>
Thu, 12 Oct 2017 08:56:23 +0000 (16:56 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 Oct 2017 08:56:23 +0000 (16:56 +0800)
Roo/XComponent.js

index 6283ef2..69258e8 100644 (file)
@@ -203,7 +203,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, {
                          break;
                     }
                          
-                    if (typeof(Roo.bootstrap.Body) != 'undefined' && tree['|xns'] == 'Roo.bootstrap') {
+                    if (typeof(Roo.bootstrap.Body) != 'undefined' ) {
                         this.parent = { el :  new  Roo.bootstrap.Body() };
                         Roo.debug && Roo.log("setting el to doc body");