X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-core-debug.js;h=f4d85286bcec6060c897ea292ec198e2af35375a;hb=98a9f8c249d6dc91b737286669e47e69472975eb;hp=6851d2d4065acbffdfe83a025efe6bedb517dff7;hpb=7abbf02614a2264e42ca0b45dce9b55a7293849c;p=roojs1 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 6851d2d406..f4d85286bc 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -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};