index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-24 19:35:42 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-24 19:35:42 -0700 |
commit | 7f0c19becd5979a16d9298cae9f6ff8a6f96d9c2 (patch) | |
tree | 063c3737b276d4117edf4ee17b255b8d84a87a80 /src/index.js | |
parent | e7f7bf1f31a7e1f937eb3eda4ee735db04e6384e (diff) |
More functional refactor
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index d6204e8..0a75486 100644 --- a/src/index.js +++ b/src/index.js @@ -46,7 +46,7 @@ window.addEventListener('load', () => { const svgns = "http://www.w3.org/2000/svg", recordSheetVisibility = document.querySelector('#content input[type="checkbox"].visible'); - new PanZoom(svg); + PanZoom(svg); const distanceOutput = document.getElementById('status'); |