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

index fce85e7..34e69b0 100644 (file)
@@ -124,7 +124,6 @@ Roo.extend(Roo.BorderLayout, Roo.LayoutManager, {
     layout : function(){
         if(this.updating) return;
         var size = this.getViewSize();
-        
         var w = size.width;
         var h = size.height;
         var centerW = w;
@@ -194,8 +193,6 @@ Roo.extend(Roo.BorderLayout, Roo.LayoutManager, {
             //if(this.hideOnLayout){
                 //center.el.setStyle("display", "block");
             //}
-            Roo.log('center box !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
-            Roo.log(centerBox);
             center.updateBox(this.safeBox(centerBox));
         }
         this.el.repaint();