diff options
Diffstat (limited to 'jquery-ui-timepicker-addon.js')
-rwxr-xr-x | jquery-ui-timepicker-addon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 33ba209..40b9b84 100755 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -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'){ |