From: Edward Date: Wed, 9 Apr 2014 06:12:34 +0000 (+0800) Subject: Roo/LayoutRegion.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=aba0405ddc70e8a95e442899ee307327e50a5fd4;p=roojs1 Roo/LayoutRegion.js --- diff --git a/Roo/LayoutRegion.js b/Roo/LayoutRegion.js index 4564c8edf5..93ed65443a 100644 --- a/Roo/LayoutRegion.js +++ b/Roo/LayoutRegion.js @@ -82,6 +82,7 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, { createBody : function(){ /** This region's body element * @type Roo.Element */ + Roo.log('createBody!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11'); this.bodyEl = this.el.createChild({tag: "div", cls: "x-layout-panel-body"}); },