From e30029ba1fb1ce677c78e88185036756cc5baa76 Mon Sep 17 00:00:00 2001 From: "Martin D." Date: Tue, 30 Oct 2012 12:17:41 -0300 Subject: [PATCH] Update thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js Syntax error on line 22. --- thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js b/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js index 6880295a1..aa0171dc1 100644 --- a/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js +++ b/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js @@ -19,7 +19,7 @@ jQuery(function($){ firstDay: 0, isRTL: false, showMonthAfterYear: false, - yearSuffix: '' + yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['en']); });