From 5d2f41ab57195a0ddef4b4fdd2ff99a74c4ea297 Mon Sep 17 00:00:00 2001 From: Joseph Huttner Date: Sun, 14 Nov 2010 18:15:58 -0500 Subject: [PATCH] 'options' to 'option'. I think this is a typo. --- jquery-ui-timepicker-addon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){