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

index e2a206b..fce85e7 100644 (file)
@@ -124,6 +124,7 @@ 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;