Merge branch 'master' into gh-pages
This commit is contained in:
+3
-1
@@ -135,7 +135,9 @@ HTMLActuator.prototype.message = function (won) {
|
||||
};
|
||||
|
||||
HTMLActuator.prototype.clearMessage = function () {
|
||||
this.messageContainer.classList.remove("game-won", "game-over");
|
||||
// IE only takes one value to remove at a time.
|
||||
this.messageContainer.classList.remove("game-won");
|
||||
this.messageContainer.classList.remove("game-over");
|
||||
};
|
||||
|
||||
HTMLActuator.prototype.scoreTweetButton = function () {
|
||||
|
||||
Reference in New Issue
Block a user