From 7abbf02614a2264e42ca0b45dce9b55a7293849c Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 17 Jun 2022 12:20:56 +0800 Subject: [PATCH] Roo/Component.js --- Roo/Component.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/Component.js b/Roo/Component.js index 15d9ae20e9..d341afcf38 100644 --- a/Roo/Component.js +++ b/Roo/Component.js @@ -24,6 +24,7 @@ */ 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}; -- 2.39.2