'options' to 'option'. I think this is a typo.

This commit is contained in:
Joseph Huttner 2010-11-14 18:15:58 -05:00
parent 45985eebe0
commit 5d2f41ab57

View file

@ -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'){