From 449a3e380b7d2a7e612b450c223ead39523909f6 Mon Sep 17 00:00:00 2001 From: franckl Date: Tue, 9 Sep 2014 11:28:25 -0400 Subject: [PATCH] Corrected a link issue on the example page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6ffcec35..acbea5a5 100644 --- a/index.html +++ b/index.html @@ -1500,7 +1500,7 @@ $("#select").select2({ ignore duplicates, silently swallowing those tokens. tokenSeparatorsarray - An array of strings that define token separators for the default tokenizer + An array of strings that define token separators for the default tokenizer function. By default, this option is set to an empty array which means tokenization using the default tokenizer is disabled. Usually it is sensible to set this option to a value similar to [',', ' '].