mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-26 18:25:29 +01:00
Enable strict mode to throw errors on any undeclared variables.
This commit is contained in:
parent
b0b0781bd7
commit
3abd570678
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user