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