This commit is contained in:
DonRenando 2015-03-18 16:54:00 +01:00
parent d8065fa6f7
commit 649f1cdba7
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ Memory.prototype._winGame = function() {
//var texteADire = "Bravo, tu as gagné en "+this.numMoves+" coups ! ";
//responsiveVoice.speak(texteADire, "French Female");
var audio = new Audio();
audio.src ='http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello%20World.';
audio.src ='http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello%20World';
audio.play();
this.game.appendChild(this.gameMessages);
document.getElementById("mg__onend--restart").addEventListener( "click", function(e) {