8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
|
(function () {
|
||
|
'use strict';
|
||
|
|
||
|
sceditor.locale['en-US'] = {
|
||
|
dateFormat: 'month/day/year'
|
||
|
};
|
||
|
})();
|