Enable strict mode to throw errors on any undeclared variables.

This commit is contained in:
Marc-Andre Ferland 2022-10-10 22:31:47 -04:00
parent b0b0781bd7
commit 3abd570678

View File

@ -1,3 +1,4 @@
"use strict" // Opt in to a restricted variant of JavaScript
const SOUND_ENABLED_KEY = "soundEnabled"
const SAVE_TO_DISK_KEY = "saveToDisk"
const USE_CPU_KEY = "useCPU"