www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4c2bd4e64a9f074d18588ade5358ad094d251ada
parent 17b627febb170f0372032e328d32b26caaff05f8
Author: Bertrand BRUN <bertrand0brun@gmail.com>
Date:   Thu,  7 Apr 2011 16:10:02 +0200

Sale dyslexique !

Diffstat:
Mcode/serveur/php/ressources/createGame.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/serveur/php/ressources/createGame.js b/code/serveur/php/ressources/createGame.js @@ -78,7 +78,7 @@ $(function() { displayError("Le nuage doit contenir au moins "+nbWordMin+" mots valides."); }; - var nbWordOK = fucntion() { + var nbWordOK = function() { var count = 0; for (word in wordsOK)