leftypol/js/sceditor/languages/en-US.js

8 lines
111 B
JavaScript
Raw Normal View History

(function ($) {
'use strict';
$.sceditor.locale['en-US'] = {
dateFormat: 'month/day/year'
};
})(jQuery);