Roo/BorderLayout.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:52:09 +0000 (17:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:52:09 +0000 (17:52 +0800)
Roo/BorderLayout.js

index 34e69b0..aeda210 100644 (file)
@@ -122,7 +122,9 @@ Roo.extend(Roo.BorderLayout, Roo.LayoutManager, {
      * Performs a layout update.
      */
     layout : function(){
-        if(this.updating) return;
+        if(this.updating) {
+            return;
+        }
         var size = this.getViewSize();
         var w = size.width;
         var h = size.height;