style(js): fix code style in JS

This commit is contained in:
Cotes Chung
2022-10-21 23:54:16 +08:00
parent 3c44a1ff71
commit b6a1a4172e
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
/* A tool for locale datetime */
const LocaleHelper = (function () {
const locale = $('html').attr('lang').substr(0, 2)
const locale = $('html').attr('lang').substr(0, 2);
const attrTimestamp = 'data-ts';
const attrDateFormat = 'data-df';