Browse Source

fix git repro

master
Jeffery R 6 years ago
parent
commit
6ce303ab0c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      googletrendsgame/server/server.js

+ 1
- 3
googletrendsgame/server/server.js View File

@ -18,8 +18,6 @@ var room = function(capacityP, pass, owner)
//name of the room
this.roomName = owner.name;
//list of words used in the game
//7 for now will change later to be room specific
this.words = utils.getRandomWords(7);
@ -429,4 +427,4 @@ io.on('connection', function(socket)
http.listen(port, function() {
console.log('listening on *:3000');
});
});

Loading…
Cancel
Save