Skip to content

Commit 70e3d01

Browse files
committed
examples: whitespace
1 parent 0449a7d commit 70e3d01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/bounce.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function rect(x,y,w,h) {
2020
ctx.fill();
2121
}
2222

23-
2423
function clear() {
2524
ctx.clearRect(0, 0, canvas.width, canvas.height);
2625
}

0 commit comments

Comments
 (0)