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

index 96ad2b0..4244f65 100644 (file)
@@ -164,6 +164,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, {
         
         el = el || false;
         var hp = this.parent ? 1 : 0;
+        Roo.log(this);
         
         if (!el && typeof(this.parent) == 'string' && this.parent.substring(0,1) == '#') {
             // if parent is a '#.....' string, then let's use that..