X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageAbout.js;h=e5da1cb326e73fd768dd08ae6c577c41886c766f;hp=7fde6f79c009960a49eaaf33b056b02c72d191f0;hb=4a6c575807a90370c0069b688026b10102e1ce10;hpb=09608ab29e1c39ea51b51a5f8669dcde36efb306 diff --git a/js/pageAbout.js b/js/pageAbout.js index 7fde6f7..e5da1cb 100644 --- a/js/pageAbout.js +++ b/js/pageAbout.js @@ -16,12 +16,12 @@ // You should have received a copy of the GNU General Public License // along with Euphorik. If not, see . -euphorik.PageAbout = function(client, formater, util, communication) { - this.nom = "about"; +euphorik.PageAbout = function(client, formatter, util, communication) { + this.name = "about"; this.client = client; - this.formateur = formater; - this.util = util; + this.formatter = formatter; + this.util = util; this.communication = communication; };