From acb4447d7ccbd37807e44b7a8da49017ad3f3891 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 10 May 2010 12:43:53 +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 68d40f4a9..5a66bea5b 100644 --- a/builder.html.js +++ b/builder.html.js @@ -5,8 +5,7 @@ Builder = { render : function(data) { - console.log(data); - return; + this.tree = data; if (!Builder.click) { @@ -216,6 +215,7 @@ Builder = { var xi = xitems[i]; if (typeof(xi['*prop']) != 'undefined') { + console.log('adding prop' + xi['*prop']); var pr = xi['*prop']; this.munge(xi); // if prop is an array - then it's items are really the value.. -- 2.39.2