X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FContentPanel.js;h=cc1b9d0ce59895ec33cec33f57b968c16600608c;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=fbee2b7b1355a3da105714cdc48bc6021d392a55;hpb=fad63936e5fb5bc2a4658e018837474bc79575de;p=roojs1 diff --git a/Roo/ContentPanel.js b/Roo/ContentPanel.js index fbee2b7b13..cc1b9d0ce5 100644 --- a/Roo/ContentPanel.js +++ b/Roo/ContentPanel.js @@ -41,7 +41,6 @@ */ Roo.ContentPanel = function(el, config, content){ - console.log("ContentPanel Constructor"); /* if(el.autoCreate || el.xtype){ // xtype is available if this is called from factory config = el; @@ -429,7 +428,7 @@ layout.addxtype({ this.cropbox = new Roo.factory(cfg); - this.cropbox.render(); + this.cropbox.render(this.el); return this.cropbox; }