Skip to content

Commit

Permalink
Fixed another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacc committed Nov 12, 2011
1 parent f031fe0 commit 92b7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifeforce.coffee.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Initial setup

l_canvas = document.getElementByID "life"
l_canvas = document.getElementById "life"
l_context = l_canvas.getContext "2d"

l_context.fillStyle = "#fff"
Expand Down

0 comments on commit 92b7b12

Please sign in to comment.