roojs-core.js
[roojs1] / roojs-debug.js
index 5e539c7..904dd55 100644 (file)
@@ -7124,6 +7124,8 @@ Roo.query = Roo.DomQuery.select;
  */
 
 Roo.util.Observable = function(cfg){
+    console.log("UTIL OBSERVABLE CONSTRUCTOR");
+    console.log(cfg);
     
     cfg = cfg|| {};
     this.addEvents(cfg.events || {});
@@ -16865,6 +16867,8 @@ Roo.ComponentMgr = function(){
  * and is used as the component id.  Otherwise, it is assumed to be a standard config object and is applied to the component.
  */
 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};