Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-05-02 11:53:08 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-05-02 11:53:08 -0700
commit0e2ddffc82a8fed48d5edd7be42be1d06a035314 (patch)
tree6cf5571dd80067f123d6bdacd0bfca7b9ac0c77c /src/index.js
parent686b05350d474e3545b01783005ba0fd8e4dc545 (diff)
Change double quotes to single
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 800eea7..01ebd89 100644
--- a/src/index.js
+++ b/src/index.js
@@ -3,7 +3,7 @@ import * as gameboard from './modules/gameboard.js';
import * as recordSheet from './modules/record_sheet.js';
import * as mapSelectDialog from './modules/map_select_dialog.js';
-globalThis.svgns = "http://www.w3.org/2000/svg";
+globalThis.svgns = 'http://www.w3.org/2000/svg';
const mapPlaceholder = document.querySelector('.map-placeholder'),
distanceOutput = document.getElementById('status'),