You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/thrimbletrimmer/scripts
Mike Lang 671079861a thrimbletrimmer: Fix lack of usage of var throughout code
Chalk this one up to not knowing the language.
You need to declare variables as var otherwise they're implicitly globals.

This leads to many bugs where if a function runs twice at once it'll do weird things.
5 years ago
..
IO.js thrimbletrimmer: Fix lack of usage of var throughout code 5 years ago
keyboardShortcuts.js thrimbletrimmer: also pause on spacebar 5 years ago
playerSetup.js thrimbletrimmer: Fix lack of usage of var throughout code 5 years ago