Roo/Component.js
[roojs1] / 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};