view src/languages/en-US.js @ 27:8165b83907af

remove bind()
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 10 Aug 2022 23:48:47 -0600
parents 4c4fc447baea
children
line wrap: on
line source

(function () {
	'use strict';

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