merge android 2.3 support

This commit is contained in:
Gabriele Cirulli
2014-03-23 19:52:44 +01:00
6 changed files with 86 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ HTMLActuator.prototype.actuate = function (grid, metadata) {
};
// Continues the game (both restart and keep playing)
HTMLActuator.prototype.continue = function () {
HTMLActuator.prototype.continueGame = function () {
if (typeof ga !== "undefined") {
ga("send", "event", "game", "restart");
}