Skip to content

Commit

Permalink
Datepicker: Fix typo
Browse files Browse the repository at this point in the history
Fixes gh-296

(cherry picked from commit a7958f8)
  • Loading branch information
scottgonzalez committed Feb 5, 2016
1 parent cbee525 commit 1df1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/datepicker.xml
Expand Up @@ -139,7 +139,7 @@
<p>Extract a date in expanded French format.</p>
<pre><code>
$.datepicker.parseDate( "DD, MM d, yy", "Samedi, Juillet 14, 2007", {
shortYearCuroff: 20,
shortYearCutoff: 20,
dayNamesShort: $.datepicker.regional[ "fr" ].dayNamesShort,
dayNames: $.datepicker.regional[ "fr" ].dayNames,
monthNamesShort: $.datepicker.regional[ "fr" ].monthNamesShort,
Expand Down

0 comments on commit 1df1f3e

Please sign in to comment.