From: Alan Knowles Date: Thu, 6 May 2010 10:22:52 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=fd597a0aad286c256a978b71730762b65581162f builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 9e031bb42..1cfbdaa21 100644 --- a/builder.html.js +++ b/builder.html.js @@ -265,6 +265,9 @@ Builder = { if(typeof(arr) == 'object') { //Array/Hashes/Objects for(var item in arr) { + if (item == 'dom') { + continue; + } var value = arr[item]; if(typeof(value) == 'function') { //If it is an array,