Roo/LayoutRegion.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 06:34:54 +0000 (14:34 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 06:34:54 +0000 (14:34 +0800)
Roo/LayoutRegion.js

index 447220c..4564c8e 100644 (file)
@@ -195,9 +195,7 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, {
     },
 
     updateBox : function(box){
-        Roo.log('run updatebox !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11');
         this.box = box;
-        Roo.log(box);
         if(!this.collapsed){
             this.el.dom.style.left = box.x + "px";
             this.el.dom.style.top = box.y + "px";
@@ -213,7 +211,6 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, {
     },
 
     updateBody : function(w, h){
-        
         if(w !== null){
             this.el.setWidth(w);
             w -= this.el.getBorderWidth("rl");