X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FBorderLayout.js;h=aeda210f7c200362e509c851de83886ab41bfa94;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=b9c8efd58f73636d989ecdc5fc5fca782b93119f;hpb=540b2f573ef7f809f25d0b16729e98fd08faa718;p=roojs1 diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index b9c8efd58f..aeda210f7c 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -81,7 +81,6 @@ the container size if it is not the body element. */ Roo.BorderLayout = function(container, config){ config = config || {}; - Roo.log('borderlayout!!!!!!!!!!!!!!!!!!!'); Roo.BorderLayout.superclass.constructor.call(this, container, config); this.factory = config.factory || Roo.BorderLayout.RegionFactory; for(var i = 0, len = this.factory.validRegions.length; i < len; i++) { @@ -123,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;