roojs-core.js
[roojs1] / Roo / BoxComponent.js
index 054caba..fa1e294 100644 (file)
@@ -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);