Update thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js

Syntax error on line 22.
This commit is contained in:
Martin D. 2012-10-30 12:17:41 -03:00
parent 624f427c2a
commit e30029ba1f

View File

@ -19,7 +19,7 @@ jQuery(function($){
firstDay: 0,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en']);
});