X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageAbout.js;h=7da55a2eaaa5217ce450902f92cb754f3c39b220;hb=137bda063c02838773b80acace091ace19fdaa8e;hp=7fde6f79c009960a49eaaf33b056b02c72d191f0;hpb=09608ab29e1c39ea51b51a5f8669dcde36efb306;p=euphorik.git 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; };