fix typo. fixes #1310
This commit is contained in:
parent
3b5b84fc99
commit
de6d90c079
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2012 Igor Vaynberg
|
Copyright 2012 Igor Vaynberg
|
||||||
|
|
||||||
Version: @@ver@@ Timestamp: @@timestamp@@
|
Version: @@ver@@ Timestamp: @@timestamp@@
|
||||||
@ -1702,7 +1702,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
"<input class='select2-focusser select2-offscreen' type='text'/>",
|
"<input class='select2-focusser select2-offscreen' type='text'/>",
|
||||||
"<div class='select2-drop select2-display-none'>" ,
|
"<div class='select2-drop select2-display-none'>" ,
|
||||||
" <div class='select2-search'>" ,
|
" <div class='select2-search'>" ,
|
||||||
" <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'/>" ,
|
||||||
" </div>" ,
|
" </div>" ,
|
||||||
" <ul class='select2-results'>" ,
|
" <ul class='select2-results'>" ,
|
||||||
" </ul>" ,
|
" </ul>" ,
|
||||||
|
Loading…
Reference in New Issue
Block a user