Merge branch 'master' into gh-pages

This commit is contained in:
Gabriele Cirulli
2014-03-12 21:58:27 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ KeyboardInputManager.prototype.listen = function () {
var retry = document.getElementsByClassName("retry-button")[0];
retry.addEventListener("click", this.restart.bind(this));
retry.addEventListener("touchend", this.restart.bind(this));
// Listen to swipe events
var touchStartClientX, touchStartClientY;