diff --git a/boot/boot.js b/boot/boot.js index 444bf5c32..de5cc259b 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -314,13 +314,13 @@ $tw.utils.parseDate = function(value) { // Stringify an array of tiddler titles into a list string $tw.utils.stringifyList = function(value) { if($tw.utils.isArray(value)) { - var result = []; - for(var t=0; t