From: Alan Knowles Date: Thu, 6 May 2010 09:42:08 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=ddef628f0a6dda43cc8cb0f08519cfc3b29b879e builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 2e69cdc0e..0ba005f0a 100644 --- a/builder.html.js +++ b/builder.html.js @@ -108,7 +108,7 @@ Builder = { var layoutroot = Roo.get( document.body).createChild({ id : cfg.id }); - this.layoutbase.add( new Roo[cfg.xtype](layoutroot , cfg)); + this.layoutbase.add( 'center', new Roo[cfg.xtype](layoutroot , cfg));