Skip to content

Commit

Permalink
Added missing ; in js file
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbyrne committed Apr 28, 2012
1 parent 8680785 commit 39f995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/hangwithme.js
Expand Up @@ -185,7 +185,7 @@ Template.main.multiplayer = function () {

Template.main.info = function () {
return (is_multiplayer()) ? true : false;
}
};

Template.main.players = function () {
var g = game();
Expand Down

0 comments on commit 39f995f

Please sign in to comment.