mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 05:46:05 +00:00
Clarifying comment
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user