'options' to 'option'. I think this is a typo.
This commit is contained in:
parent
45985eebe0
commit
5d2f41ab57
2
jquery-ui-timepicker-addon.js
vendored
2
jquery-ui-timepicker-addon.js
vendored
|
@ -581,7 +581,7 @@
|
|||
if(o == 'setDate'){
|
||||
return input.datepicker(o, arguments[1]);
|
||||
}
|
||||
if(o == 'options' && typeof(arguments[1]) == 'string'){
|
||||
if(o == 'option' && typeof(arguments[1]) == 'string'){
|
||||
return input.datepicker(o, arguments[1], arguments[2]);
|
||||
}
|
||||
if(o == 'dialog'){
|
||||
|
|
Loading…
Reference in a new issue