summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorJoseph Huttner <jhuttner@alum.haverford.edu>2010-11-14 18:15:58 -0500
committerJoseph Huttner <jhuttner@alum.haverford.edu>2010-11-14 18:15:58 -0500
commit5d2f41ab57195a0ddef4b4fdd2ff99a74c4ea297 (patch)
tree358963e7af752233b9f6bb192dfe8db1b41fd021 /jquery-ui-timepicker-addon.js
parent45985eebe0dd8148d87c5f79d6c572236ea944d9 (diff)
downloadjQuery-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.
Diffstat (limited to 'jquery-ui-timepicker-addon.js')
-rwxr-xr-xjquery-ui-timepicker-addon.js2
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'){