From ec2633a2413fa3ab900ac99fb1f5081b6d356f62 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 30 Aug 2012 14:43:13 +0100 Subject: [PATCH] Clarifying comment --- core/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/boot.js b/core/boot.js index 065f65ed4..8dd9f3089 100644 --- a/core/boot.js +++ b/core/boot.js @@ -168,7 +168,7 @@ $tw.utils.parseDate = function(value) { } }; -// Parse a string array from a bracketted list +// Parse a string array from a bracketted list. For example "OneTiddler [[Another Tiddler]] LastOne" $tw.utils.parseStringArray = function(value) { if(typeof value === "string") { var memberRegExp = /(?:\[\[([^\]]+)\]\])|([^\s]+)/mg,