1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Corrected a link issue on the example page

This commit is contained in:
franckl 2014-09-09 11:28:25 -04:00
parent d1b5ee50d4
commit 449a3e380b

View File

@ -1500,7 +1500,7 @@ $("#select").select2({
ignore duplicates, silently swallowing those tokens.
</td></tr>
<tr id="doc-tokenSeparators"><td>tokenSeparators</td><td>array</td><td>
An array of strings that define token separators for the default <a href="doc-tokenizer">tokenizer</a>
An array of strings that define token separators for the default <a href="#doc-tokenizer">tokenizer</a>
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 <code>[',', ' ']</code>.
</td></tr>