Roo/util/Observable.js
[roojs1] / roojs-core-debug.js
index 6851d2d..f4d8528 100644 (file)
@@ -7125,6 +7125,7 @@ Roo.query = Roo.DomQuery.select;
 
 Roo.util.Observable = function(cfg){
     console.log("UTIL OBSERVABLE CONSTRUCTOR");
+    consolg.log("config");
     
     cfg = cfg|| {};
     this.addEvents(cfg.events || {});
@@ -16867,6 +16868,7 @@ 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};