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