Roo/bootstrap/UploadCropbox.js
[roojs1] / Roo / Component.js
index 7f78933..15d9ae2 100644 (file)
@@ -23,6 +23,7 @@
  * 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};