We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be25643 commit a6bbbb1Copy full SHA for a6bbbb1
docs/index.html
@@ -129,11 +129,11 @@
129
}, false);
130
131
canvas.addEventListener("touchmove", function (e) {
132
- findxy('out', e.touches[0]), false);
+ findxy('out', e.touches[0])}, false);
133
canvas.addEventListener("touchstart", function (e) {
134
135
canvas.addEventListener("touchend", function (e) {
136
137
}
138
139
function draw() {
0 commit comments