This commit is contained in:
DonRenando
2015-03-16 18:22:02 +01:00
parent 1ccdae5f95
commit dff658cd8e
4 changed files with 32 additions and 31 deletions

View File

@ -315,7 +315,7 @@
Memory.prototype._gameCounterPlusOne = function() {
this.numMoves = this.numMoves + 1;
this.moveCounterUpdate = document.getElementById("mg__meta--moves").innerHTML = this.numMoves;
//this.moveCounterUpdate = document.getElementById("mg__meta--moves").innerHTML = this.numMoves;
};
/**