From d190fd54ebee325bb6992c764b9e02e7ec814639 Mon Sep 17 00:00:00 2001 From: Mateus Demboski Date: Thu, 7 Jan 2016 11:29:37 -0200 Subject: [PATCH] Removed unnecessary comment from the TTTGame file --- TapTapTaxi/static/js/game/TTTGame.ts | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/TapTapTaxi/static/js/game/TTTGame.ts b/TapTapTaxi/static/js/game/TTTGame.ts index 141293c..20b4117 100644 --- a/TapTapTaxi/static/js/game/TTTGame.ts +++ b/TapTapTaxi/static/js/game/TTTGame.ts @@ -576,17 +576,4 @@ } -} - -/* -var TTTGame = (function () { - - TTTGame.prototype.update = function () { - - - }; - return TTTGame; - -})(); - -*/ \ No newline at end of file +} \ No newline at end of file