X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-core-debug.js;h=6851d2d4065acbffdfe83a025efe6bedb517dff7;hb=a770c381ea6d413ccf3b79ad0eea94071c2ec308;hp=73e26b3337abac782af0466068522afde7506ce8;hpb=10d79c78f7cce17f6cb0266f47d0820c8cbef715;p=roojs1 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 73e26b3337..6851d2d406 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -7124,6 +7124,7 @@ Roo.query = Roo.DomQuery.select; */ Roo.util.Observable = function(cfg){ + console.log("UTIL OBSERVABLE CONSTRUCTOR"); cfg = cfg|| {}; this.addEvents(cfg.events || {}); @@ -16865,6 +16866,7 @@ 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"); config = config || {}; if(config.tagName || config.dom || typeof config == "string"){ // element object config = {el: config, id: config.id || config};