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

index e170e5f..175c99f 100644 (file)
@@ -170,6 +170,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, {
             // if parent is a '#.....' string, then let's use that..
             var ename = this.parent.substr(1);
             this.parent = false;
+            Roo.log(ename);
             switch (ename) {
                 case ('bootstrap-body' && typeof(Roo.bootstrap.Body) != 'undefined'):
                     this.parent = Roo.factory(Roo.bootstrap,'Body');