aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authormissionfloyd <missionfloyd@users.noreply.github.com>2023-05-28 20:49:46 -0600
committerGitHub <noreply@github.com>2023-05-28 20:49:46 -0600
commit679e8738759b9aa2678a40d518bf6d67915e98fe (patch)
tree58674d14345a5a1f496de3d74d26a25ffd82e2b8 /javascript
parentdf59b74cedf6db12419de43f3b45c71cf457896e (diff)
Update imageviewerGamepad.js
Diffstat (limited to 'javascript')
-rw-r--r--javascript/imageviewerGamepad.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/imageviewerGamepad.js b/javascript/imageviewerGamepad.js
index 0510c02a..45cc4cbf 100644
--- a/javascript/imageviewerGamepad.js
+++ b/javascript/imageviewerGamepad.js
@@ -24,7 +24,7 @@ window.addEventListener('gamepadconnected', (e) => {
isWaiting = false;
}
}, 10);
- window.addEventListener('gamepaddisconnected', (e) => clearInterval(gamepads[e.gamepad.index]))
+ window.addEventListener('gamepaddisconnected', (e) => clearInterval(gamepads[e.gamepad.index]));
});
/*