Skip to content

Commit a6bbbb1

Browse files
authored
Update index.html
1 parent be25643 commit a6bbbb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@
129129
}, false);
130130

131131
canvas.addEventListener("touchmove", function (e) {
132-
findxy('out', e.touches[0]), false);
132+
findxy('out', e.touches[0])}, false);
133133
canvas.addEventListener("touchstart", function (e) {
134-
findxy('out', e.touches[0]), false);
134+
findxy('out', e.touches[0])}, false);
135135
canvas.addEventListener("touchend", function (e) {
136-
findxy('out', e.touches[0]), false);
136+
findxy('out', e.touches[0])}, false);
137137
}
138138

139139
function draw() {

0 commit comments

Comments
 (0)