X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FBorderLayout.js;h=aeda210f7c200362e509c851de83886ab41bfa94;hb=61bc45258e16a779856dd2ad0862630b489e4583;hp=d44e8362cd2233676e3aa079e13b50f5d9f56efa;hpb=8aa5da46a867a5c9dda0e57902e6e951363acfad;p=roojs1 diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index d44e8362cd..aeda210f7c 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -82,8 +82,6 @@ the container size if it is not the body element. Roo.BorderLayout = function(container, config){ config = config || {}; Roo.BorderLayout.superclass.constructor.call(this, container, config); - Roo.log(this.el); - return; this.factory = config.factory || Roo.BorderLayout.RegionFactory; for(var i = 0, len = this.factory.validRegions.length; i < len; i++) { var target = this.factory.validRegions[i]; @@ -124,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;