From 1c5d1b62387ac5c6d06ada62ce311251c0a7567c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 May 2010 18:31:24 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.html.js b/builder.html.js index 3eaf929ee..df53191a6 100644 --- a/builder.html.js +++ b/builder.html.js @@ -40,8 +40,8 @@ Builder = { this.dialogroot.remove(); this.dialogroot = false; } - if (this.layoutbase.el) { - console.dump(this.layoutbase); + if (this.layoutbase) { + console.dump(this.layoutbase.el); this.layoutbase= false; } -- 2.39.2