X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageAbout.js;h=9a7213952e44cb1e299c02d2f032f29bd2963592;hb=828daf607fdce322ea17c1786dff84f712aa1632;hp=7fde6f79c009960a49eaaf33b056b02c72d191f0;hpb=09608ab29e1c39ea51b51a5f8669dcde36efb306;p=euphorik.git diff --git a/js/pageAbout.js b/js/pageAbout.js index 7fde6f7..9a72139 100644 --- a/js/pageAbout.js +++ b/js/pageAbout.js @@ -17,10 +17,10 @@ // along with Euphorik. If not, see . euphorik.PageAbout = function(client, formater, util, communication) { - this.nom = "about"; + this.name = "about"; this.client = client; - this.formateur = formater; + this.formater = formater; this.util = util; this.communication = communication; };