Roo/XComponent.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Sep 2014 09:26:07 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Sep 2014 09:26:07 +0000 (17:26 +0800)
Roo/XComponent.js

index 175c99f..b2d67dd 100644 (file)
@@ -174,6 +174,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, {
             switch (ename) {
                 case ('bootstrap-body' && typeof(Roo.bootstrap.Body) != 'undefined'):
                     this.parent = Roo.factory(Roo.bootstrap,'Body');
+                    Roo.log("setting el to doc body");
                     this.parent.el = Roo.get(document.body);
                     break;
                 case 'bootstrap':