Closed AristocratMC closed 5 years ago
Fervor and some UI elements don't work due to missing variable declarations (no var or let), ran eslint no-undef rule and fixed all occurrences.
var
let
no-undef
Fervor and some UI elements don't work due to missing variable declarations (no
var
orlet
), ran eslintno-undef
rule and fixed all occurrences.