Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 23, 2011
1 parent 6e93d69 commit 469fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/canvas-play.html
Expand Up @@ -25,7 +25,7 @@
ctxt.closePath();
}
};
eventsource.addEventListener("clear", function() { if (event.origin == eventsourceOrigin) { ctxt.clearRect(0, 0, 800, 480); } }, false);
eventsource.addEventListener("clear", function(event) { if (event.origin == eventsourceOrigin) { ctxt.clearRect(0, 0, 800, 480); } }, false);
</script>

</body></html>

0 comments on commit 469fcf2

Please sign in to comment.