From: Alan Knowles Date: Mon, 10 May 2010 04:43:53 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=acb4447d7ccbd37807e44b7a8da49017ad3f3891 builder.html.js --- 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..