From 7f0c19becd5979a16d9298cae9f6ff8a6f96d9c2 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 24 Apr 2024 19:35:42 -0700
Subject: More functional refactor
---
src/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/index.js')
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');
--
cgit v1.2.3