Skip to content

Commit

Permalink
github pages ref test mini change
Browse files Browse the repository at this point in the history
  • Loading branch information
erdbeerschnitzel committed Feb 25, 2012
1 parent 64267ab commit 9289c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc1.dart
Expand Up @@ -16,7 +16,7 @@ class mc {

document.on.keyPress.add(onKeyPress);

if(document.window.localStorage.getItem('highscore') != null) write('Previous Score: ' + document.window.localStorage.getItem('highscore'));
if(document.window.localStorage.getItem('highscore') != null) write('previous Score: ' + document.window.localStorage.getItem('highscore'));

snake = new Snake();
ball = new Ball();
Expand Down

0 comments on commit 9289c70

Please sign in to comment.