From 17736a5bf30f556f2383d97625197b2895ebc48b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 8 Apr 2012 14:14:20 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/builder.html.js b/builder.html.js index e279a85a6..875e9e9a8 100644 --- a/builder.html.js +++ b/builder.html.js @@ -137,18 +137,17 @@ Builder = { } }); } - //try { + try { console.log("ADDING CFG"); console.log(cfg) this.layoutbase.addxtype( cfg ); - //} catch (e) { - // console.log("GOT ERROR?"); - // console.log(e); - // console.log(typeof(e)); - // - // console.log(this.dump(e)); - // throw e; - //} + } catch (e) { + console.log("GOT ERROR?"); + console.log(e); + console.log(typeof(e)); + + console.log(this.dump(e)); + } }, -- 2.39.2