Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 21, 2023
1 parent ce62b0b commit 8ffba58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/squint/js/demo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ let extensions = [ theme, foldGutter(),
squintExtension({modifier: "Meta"})
];

export let doc = `(comment
let doc = `(comment
(fizz-buzz 1)
(fizz-buzz 3)
(fizz-buzz 5)
Expand Down Expand Up @@ -151,6 +151,4 @@ document.querySelectorAll(".mod,.alt,.ctrl").forEach(node => {
if (symbol) {
node.innerHTML = symbol;
}
}

)
});

0 comments on commit 8ffba58

Please sign in to comment.