提交 ce33401d 编写于 作者: G Gabriele Cirulli

remove analytics from master

上级 02b66ccb
...@@ -91,8 +91,6 @@ HTMLActuator.prototype.updateScore = function (score) { ...@@ -91,8 +91,6 @@ HTMLActuator.prototype.updateScore = function (score) {
}; };
HTMLActuator.prototype.message = function (won) { HTMLActuator.prototype.message = function (won) {
if (ga) ga("send", "event", "game", "end", type, this.score);
var type = won ? "game-won" : "game-over"; var type = won ? "game-won" : "game-over";
var message = won ? "You win!" : "Game over!" var message = won ? "You win!" : "Game over!"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册