TiddlyWiki5/boot
jed baddd89abb Added flag to $tw.utils.parseStringArray to allow non-unique entries (#2027)
* Added flag to $tw.utils.parseStringArray to allow non-unique entries

With this change if you use $tw.utils.parseStringArray(list) you get identical behavior to before and enforces uniqueness in lists, but if you use $tw.utils.parseStringArray(list,true) it allows duplicate values in the list.

Because of how JavaScript handles overloaded functions this shouldn't have any affect on existing code that just passes one argument to the function.

* Update to hopefully remove merge conflicts
2018-10-21 16:58:41 +01:00
..
boot.css.tid
boot.js Added flag to $tw.utils.parseStringArray to allow non-unique entries (#2027) 2018-10-21 16:58:41 +01:00
bootprefix.js
sjcl.js
sjcl.js.meta