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

Roo/Component.js
Roo/bootstrap/Component.js
Roo/bootstrap/UploadCropbox.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};
index 8a0a019..7aaec01 100644 (file)
@@ -30,7 +30,7 @@ Roo.bootstrap = Roo.bootstrap || {};
 
 
 Roo.bootstrap.Component = function(config){
-    console.log("BOOSTRAP COMPONENT SUPERCLASS CONSTRUCTOR CALL");
+    console.log("BOOSTRAP COMPONENT CONSTRUCTOR");
     Roo.bootstrap.Component.superclass.constructor.call(this, config);
        
     this.addEvents({
index 95145df..fd98293 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 Roo.bootstrap.UploadCropbox = function(config){
-    console.log("BOOTSTRAP UPLOAD CROPBOX SUPERCLASS CONSTRUCTOR CALL");
+    console.log("BOOTSTRAP UPLOAD CROPBOX CONSTRUCTOR");
     Roo.bootstrap.UploadCropbox.superclass.constructor.call(this, config);
     
     this.addEvents({