diff --git a/2048.js b/2048.js index a90aab9..00072df 100644 --- a/2048.js +++ b/2048.js @@ -1,5 +1,3 @@ - - let board = []; let score = 0; @@ -310,4 +308,4 @@ document.addEventListener("touchend", function (e) { } }, { passive: true }); -/* End of file */ +