1
0
mirror of synced 2025-02-04 14:19:23 +03:00

fix 'autocaptilize' typo. fixes #1544

This commit is contained in:
Igor Vaynberg 2013-07-18 14:05:47 -07:00
parent 0c479b4cd1
commit 92fe5018c9

View File

@ -2313,7 +2313,7 @@ the specific language governing permissions and limitations under the Apache Lic
}).html([ }).html([
"<ul class='select2-choices'>", "<ul class='select2-choices'>",
" <li class='select2-search-field'>", " <li class='select2-search-field'>",
" <input type='text' autocomplete='off' autocorrect='off' autocapitilize='off' spellcheck='false' class='select2-input'>", " <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'>",
" </li>", " </li>",
"</ul>", "</ul>",
"<div class='select2-drop select2-drop-multi select2-display-none'>", "<div class='select2-drop select2-drop-multi select2-display-none'>",