X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FBoxComponent.js;h=fa1e294bc087c21eb9249d92fa9fd84a33075a91;hb=75cbc4ce04c9c01ac47671cb01320ce699128d00;hp=054caba7afc104dcbd44f5c3eced7fbbe38bdcd9;hpb=4cc39f42cb5f80cbd09bc00205cafe57cb1b4f46;p=roojs1 diff --git a/Roo/BoxComponent.js b/Roo/BoxComponent.js index 054caba7af..fa1e294bc0 100644 --- a/Roo/BoxComponent.js +++ b/Roo/BoxComponent.js @@ -14,7 +14,7 @@ * @extends Roo.Component * Base class for any visual {@link Roo.Component} that uses a box container. BoxComponent provides automatic box * model adjustments for sizing and positioning and will work correctly withnin the Component rendering model. All - * container classes should subclass BoxComponent so that they will work consistently when nested within other Ext + * container classes should subclass BoxComponent so that they will work consistently when nested within other Roo * layout containers. * @constructor * @param {Roo.Element/String/Object} config The configuration options. @@ -211,7 +211,6 @@ Roo.extend(Roo.BoxComponent, Roo.Component, { // private onRender : function(ct, position){ - Roo.log('boxcomponent'); Roo.BoxComponent.superclass.onRender.call(this, ct, position); if(this.resizeEl){ this.resizeEl = Roo.get(this.resizeEl);