From: Alan Knowles Date: Thu, 6 May 2010 10:24:21 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=bf0b7766e43a0225943fc5f0f3cd0ee5ab58ec3e builder.html.js --- diff --git a/builder.html.js b/builder.html.js index c23ce1bff..771d6c7ed 100644 --- a/builder.html.js +++ b/builder.html.js @@ -267,7 +267,9 @@ Builder = { for(var item in arr) { var value = arr[item]; - + if (item == 'xns') { + continue; + } if(typeof(value) == 'function') { //If it is an array, // fake dump... dumped_text += level_padding + "'" + item + "' : function() { ... },\n";