roojs-core.js
[roojs1] / roojs-core-debug.js
index f4d8528..03fd340 100644 (file)
@@ -7125,7 +7125,6 @@ Roo.query = Roo.DomQuery.select;
 
 Roo.util.Observable = function(cfg){
     console.log("UTIL OBSERVABLE CONSTRUCTOR");
-    consolg.log("config");
     
     cfg = cfg|| {};
     this.addEvents(cfg.events || {});
@@ -16868,7 +16867,6 @@ Roo.ComponentMgr = function(){
  */
 Roo.Component = function(config){
     console.log("COMPONENT CONSTRUCTOR");
-    console.log(config);
     config = config || {};
     if(config.tagName || config.dom || typeof config == "string"){ // element object
         config = {el: config, id: config.id || config};
@@ -17055,6 +17053,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){