remove analytics from master

This commit is contained in:
Gabriele Cirulli
2014-03-10 11:32:04 +01:00
parent 02b66ccb9b
commit ce33401d05
-2
View File
@@ -91,8 +91,6 @@ HTMLActuator.prototype.updateScore = function (score) {
};
HTMLActuator.prototype.message = function (won) {
if (ga) ga("send", "event", "game", "end", type, this.score);
var type = won ? "game-won" : "game-over";
var message = won ? "You win!" : "Game over!"