From: Edward Date: Wed, 9 Apr 2014 08:27:54 +0000 (+0800) Subject: Roo/BorderLayout.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=8aa5da46a867a5c9dda0e57902e6e951363acfad;p=roojs1 Roo/BorderLayout.js --- diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 3e73c57ead..d44e8362cd 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -82,7 +82,7 @@ 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'); + Roo.log(this.el); return; this.factory = config.factory || Roo.BorderLayout.RegionFactory; for(var i = 0, len = this.factory.validRegions.length; i < len; i++) {