Skip to content

Commit

Permalink
fix #562
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Dec 17, 2024
1 parent d6761f1 commit 20acd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Enhance HTML with concise DOM, event and async features. **Make writing interact

~~~hyperscript
on pointerdown
repeat until event from the document
repeat until event pointerup from the document
set rand to Math.random() * 360
transition
*background-color
Expand Down

0 comments on commit 20acd33

Please sign in to comment.