This commit is contained in:
Raphaël Jakse 2020-04-05 10:12:37 +02:00
parent 0a13023bfb
commit 455740dbe2
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
"max-params": "error",
"max-statements": "off",
"max-statements-per-line": "off",
"multiline-comment-style": "error",
"multiline-comment-style": "off",
"new-cap": "error",
"new-parens": "error",
"newline-after-var": "off",

View File

@ -29,7 +29,7 @@
var POLLING_DELAY = 2000;
var _ = (window.libD && libD.l10n) ? libD.l10n() : function (s) { return s; };
var _ = (window.libD && libD.l10n) ? libD.l10n() : function (s) {return s;};
var trivabble = window.trivabble = {l10n: _};