X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FBorderLayout.js;h=aeda210f7c200362e509c851de83886ab41bfa94;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hp=01d756ab5f87be288412cc7fea07b7e7fdcc1593;hpb=82bef3d9e9044d8eb2345e9f734aa244ce452405;p=roojs1 diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 01d756ab5f..aeda210f7c 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -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; @@ -609,8 +611,6 @@ Roo.BorderLayout.RegionFactory = { if(config.lightweight || config.basic){ return new Roo.BasicLayoutRegion(mgr, config, target); } - Roo.log('mgr!!!!!!!!!!!!!!!!!!!'); - Roo.log(mgr); switch(target){ case "north": return new Roo.NorthLayoutRegion(mgr, config);