X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageAbout.js;h=7da55a2eaaa5217ce450902f92cb754f3c39b220;hp=7fde6f79c009960a49eaaf33b056b02c72d191f0;hb=27c4a5ac9000ca933f28abfedbf9607f73619615;hpb=09608ab29e1c39ea51b51a5f8669dcde36efb306 diff --git a/js/pageAbout.js b/js/pageAbout.js index 7fde6f7..7da55a2 100644 --- a/js/pageAbout.js +++ b/js/pageAbout.js @@ -20,7 +20,7 @@ euphorik.PageAbout = function(client, formater, util, communication) { this.nom = "about"; this.client = client; - this.formateur = formater; + this.formater = formater; this.util = util; this.communication = communication; };