xo: enable strict mode

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-25 21:39:11 +02:00
parent f598a8e35c
commit 756239a6dd
29 changed files with 140 additions and 86 deletions

View File

@@ -7,6 +7,8 @@
/* global moment:false, utils:false, REFRESH_INTERVAL:false */
"use strict";
const beginningOfTime = 1_262_304_000; // Jan 01 2010, 00:00 in seconds
const endOfTime = 2_147_483_647; // Jan 19, 2038, 03:14 in seconds
let from = beginningOfTime;