X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FComponent.js;h=7f7893335838d2c288d610d613a2964c0a68880c;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=ff8c7439cb91887e75fbca20be8597d8e3bc3cf3;hpb=b61d0a0bcde4f2ede63d0e44e582fc2705eda532;p=roojs1 diff --git a/Roo/Component.js b/Roo/Component.js index ff8c7439cb..7f78933358 100644 --- a/Roo/Component.js +++ b/Roo/Component.js @@ -23,7 +23,6 @@ * 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}; @@ -210,8 +209,6 @@ Roo.extend(Roo.Component, Roo.util.Observable, { /** @private */ // default function is not really useful onRender : function(ct, position){ - console.log("THIS EL"); - console.log(this.el); if(this.el){ this.el = Roo.get(this.el); if(this.allowDomMove !== false){