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

Merge pull request #2667 from franckl/patch-1

Corrected a link issue on the example page
This commit is contained in:
Kevin Brown 2014-09-11 08:16:23 -04:00
commit 6938ccf20b

View File

@ -1500,7 +1500,7 @@ $("#select").select2({
ignore duplicates, silently swallowing those tokens. ignore duplicates, silently swallowing those tokens.
</td></tr> </td></tr>
<tr id="doc-tokenSeparators"><td>tokenSeparators</td><td>array</td><td> <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 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>. tokenizer is disabled. Usually it is sensible to set this option to a value similar to <code>[',', ' ']</code>.
</td></tr> </td></tr>