mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Default for classes option is defined in $.Widget
Ref #7053
This commit is contained in:
parent
3970e8c681
commit
d024d4d119
@ -40,7 +40,6 @@ $.widget( "ui.autocomplete", {
|
|||||||
options: {
|
options: {
|
||||||
appendTo: null,
|
appendTo: null,
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
classes: {},
|
|
||||||
delay: 300,
|
delay: 300,
|
||||||
minLength: 1,
|
minLength: 1,
|
||||||
position: {
|
position: {
|
||||||
|
Loading…
Reference in New Issue
Block a user