no more alert

This commit is contained in:
Garrett Finucane 2015-03-14 16:00:03 -04:00
parent 257ffb03a4
commit dee6a3c8b9
2 changed files with 1 additions and 2 deletions

View file

@ -79,7 +79,6 @@ function addKeyListeners() {
$("#pauseBtn").on('touchstart mousedown', function() {
alert("hey");
if (gameState != 1 && gameState != -1) {
return;
}

File diff suppressed because one or more lines are too long