Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 2, 2014
1 parent 0c9ebf0 commit a0042b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var Game = function(id, gameGroup, options) {
this.sendQueue = [];
this.options = options;
this.setGameId();
debug("create game " + this. gameId);
debug("create game " + this.gameId);
};

Game.prototype.getControllerUrl = function(baseUrl) {
Expand All @@ -69,7 +69,7 @@ Game.prototype.setGameId = function() {
};

/**
* Returns the number of players connected to this game.
* Returns the number of players connected to this game.
* @return num of players connected to game.
*/
Game.prototype.getNumPlayers = function() {
Expand Down

0 comments on commit a0042b9

Please sign in to comment.