diff options
author | Joseph Huttner <jhuttner@alum.haverford.edu> | 2010-11-14 18:15:58 -0500 |
---|---|---|
committer | Joseph Huttner <jhuttner@alum.haverford.edu> | 2010-11-14 18:15:58 -0500 |
commit | 5d2f41ab57195a0ddef4b4fdd2ff99a74c4ea297 (patch) | |
tree | 358963e7af752233b9f6bb192dfe8db1b41fd021 | |
parent | 45985eebe0dd8148d87c5f79d6c572236ea944d9 (diff) | |
download | jQuery-Timepicker-Addon-5d2f41ab57195a0ddef4b4fdd2ff99a74c4ea297.zip jQuery-Timepicker-Addon-5d2f41ab57195a0ddef4b4fdd2ff99a74c4ea297.tar.gz jQuery-Timepicker-Addon-5d2f41ab57195a0ddef4b4fdd2ff99a74c4ea297.tar.bz2 |
'options' to 'option'. I think this is a typo.
-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'){ |