From 10c72a76b3c8e2aa496cdf1400b305d1ae960dba Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Fri, 14 Mar 2014 13:35:42 +0100 Subject: [PATCH] rename tile-gold to tile-super --- js/html_actuator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/html_actuator.js b/js/html_actuator.js index 08eea75..d840068 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -57,7 +57,7 @@ HTMLActuator.prototype.addTile = function (tile) { // We can't use classlist because it somehow glitches when replacing classes var classes = ["tile", "tile-" + tile.value, positionClass]; - if (tile.value > 2048) classes.push("tile-gold"); + if (tile.value > 2048) classes.push("tile-super"); this.applyClasses(wrapper, classes); -- GitLab