From: Alan Knowles Date: Thu, 6 May 2010 10:30:56 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=6d663d95d9f5919544fe6616de9f09abe54d731c builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 30d27c731..3eaf929ee 100644 --- a/builder.html.js +++ b/builder.html.js @@ -40,11 +40,8 @@ Builder = { this.dialogroot.remove(); this.dialogroot = false; } - if (this.layoutbase) { - - while (document.body.childNodes.length) { - Roo.get(document.body.childNodes[0]).remove(); - } + if (this.layoutbase.el) { + console.dump(this.layoutbase); this.layoutbase= false; }