Skip to content

Commit

Permalink
Removed unnecessary comment from the TTTGame file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Demboski committed Jan 7, 2016
1 parent 0be5478 commit d190fd5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions TapTapTaxi/static/js/game/TTTGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,17 +576,4 @@

}

}

/*
var TTTGame = (function () {
TTTGame.prototype.update = function () {
};
return TTTGame;
})();
*/
}

0 comments on commit d190fd5

Please sign in to comment.