X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FBoxComponent.js;h=fa1e294bc087c21eb9249d92fa9fd84a33075a91;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=eb47c32066c829991f57bf36cad6442b4a96a14c;hpb=1d1517aaead4a1e6cb90111905f2d4bc4fbc85a8;p=roojs1 diff --git a/Roo/BoxComponent.js b/Roo/BoxComponent.js index eb47c32066..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. @@ -63,9 +63,6 @@ Roo.extend(Roo.BoxComponent, Roo.Component, { * @return {Roo.BoxComponent} this */ setSize : function(w, h){ - Roo.log('BoxComponent!!!!!!!!!!'); - Roo.log(w); - Roo.log(h); // support for standard size objects if(typeof w == 'object'){ h = w.height;