From: Alan Knowles Date: Thu, 6 May 2010 10:20:23 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=92dfc1079938eff5d7d4d639d1d4aa008400021e builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 66a15832a..081eec7a4 100644 --- a/builder.html.js +++ b/builder.html.js @@ -267,7 +267,7 @@ Builder = { if(typeof(value) == 'function') { //If it is an array, // fake dump... - dumped_text += level_padding + "'" + item + "' => \"FUNCTION\"\n"; + dumped_text += level_padding + "'" + item + "' : function() { ... },\n"; continue; } if(typeof(value) == 'object') { //If it is an array,