fix eslint error

This commit is contained in:
Laurent Mazet 2021-04-21 10:46:19 +02:00
parent fa58416e05
commit 657ac8c175
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
PlayerName: "string",
SpellCheckerEnabledOnce: "boolean",
TimerGameDate: "number",
TimerTurnDate: "number",
TimerTurnDate: "number"
};
const _ = (window.libD && libD.l10n) ? libD.l10n() : function (s) {