From 8588f69024141ba1dcfe64f5c613e0d98260ee78 Mon Sep 17 00:00:00 2001 From: killianmarty Date: Wed, 15 Nov 2023 16:31:16 +0100 Subject: [PATCH] commit --- js/input.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/input.js b/js/input.js index 03e5c04..1d31a67 100644 --- a/js/input.js +++ b/js/input.js @@ -1,4 +1,3 @@ - class Input { constructor(id) { this.canvas = document.getElementById(id);