提交 702dd1aa 编写于 作者: G Gabriele Cirulli

Merge branch 'master' into gh-pages

...@@ -135,7 +135,9 @@ HTMLActuator.prototype.message = function (won) { ...@@ -135,7 +135,9 @@ HTMLActuator.prototype.message = function (won) {
}; };
HTMLActuator.prototype.clearMessage = function () { 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 () { HTMLActuator.prototype.scoreTweetButton = function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册