X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageAbout.js;h=9a7213952e44cb1e299c02d2f032f29bd2963592;hp=733f77e44b491f02db3155b8cf240435175f4936;hb=24ed7a141aa345454300dd260bbabae3a9f92408;hpb=85dc0facbc2b2de826978fac3768db7949a6b92f diff --git a/js/pageAbout.js b/js/pageAbout.js index 733f77e..9a72139 100644 --- a/js/pageAbout.js +++ b/js/pageAbout.js @@ -16,11 +16,11 @@ // You should have received a copy of the GNU General Public License // along with Euphorik. If not, see . -euphorik.PageAbout = function(client, formateur, util, communication) { - this.nom = "about"; +euphorik.PageAbout = function(client, formater, util, communication) { + this.name = "about"; this.client = client; - this.formateur = formateur; + this.formater = formater; this.util = util; this.communication = communication; };