X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageAbout.js;h=e5da1cb326e73fd768dd08ae6c577c41886c766f;hb=dc70eed10d6eb26660d02fe8b18eebb2836ef9de;hp=733f77e44b491f02db3155b8cf240435175f4936;hpb=85dc0facbc2b2de826978fac3768db7949a6b92f;p=euphorik.git diff --git a/js/pageAbout.js b/js/pageAbout.js index 733f77e..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, formateur, util, communication) { - this.nom = "about"; +euphorik.PageAbout = function(client, formatter, util, communication) { + this.name = "about"; this.client = client; - this.formateur = formateur; - this.util = util; + this.formatter = formatter; + this.util = util; this.communication = communication; };