Roo/Component.js
[roojs1] / Roo / Component.js
index 15d9ae2..ff8c743 100644 (file)
@@ -210,6 +210,8 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
     /** @private */
     // default function is not really useful
     onRender : function(ct, position){
+        console.log("THIS EL");
+        console.log(this.el);
         if(this.el){
             this.el = Roo.get(this.el);
             if(this.allowDomMove !== false){