summaryrefslogtreecommitdiff
path: root/boot.js
diff options
context:
space:
mode:
Diffstat (limited to 'boot.js')
-rw-r--r--boot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.js b/boot.js
index 38c91f0..2955e9f 100644
--- a/boot.js
+++ b/boot.js
@@ -1,5 +1,5 @@
async function load() {
- const mod = await Scheme.load_main("game.wasm", {}, {
+ await Scheme.load_main("game.wasm", {}, {
window: {
get() {
return window;