diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-09 01:21:12 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:27 +0100 |
commit | 7e9697412c3c4b0593b4f35915072f4de84af816 (patch) | |
tree | 3b7a6e9b0768bd9035942fae3c8091c230bbbe1f /play.js | |
parent | b59e46d9fdce68c56c3b97139b544d1f019c142c (diff) | |
download | rommel-in-the-desert-7e9697412c3c4b0593b4f35915072f4de84af816.tar.gz |
Fix lint issues.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ const svgNS = "http://www.w3.org/2000/svg" const round = Math.round const sqrt = Math.sqrt -const class_name = [ "armor", "infantry", "anti-tank", "artillery" ] - // refit and queue hexes const MALTA = 4 const hex_special = [ 47, 48, 49, 102, 127, MALTA ] |