Roo/Component.js
authorleon <leon@roojs.com>
Fri, 17 Jun 2022 04:20:56 +0000 (12:20 +0800)
committerleon <leon@roojs.com>
Fri, 17 Jun 2022 04:20:56 +0000 (12:20 +0800)
Roo/Component.js

index 15d9ae2..d341afc 100644 (file)
@@ -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};