Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 1, 2014
1 parent 252f6c6 commit c7a3db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/test-game.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var TestGame = function(options) {
}

this.getIdFromGameServer = function() {
return server.id
return server.id;
};

this.close = function() {
Expand Down

0 comments on commit c7a3db1

Please sign in to comment.