Merge pull request #906 from martinduparc/3.0

Update thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en.js
This commit is contained in:
Ingo Schommer 2012-10-30 11:28:11 -07:00
commit b32e411228

View File

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