X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageAbout.js;h=e5da1cb326e73fd768dd08ae6c577c41886c766f;hb=HEAD;hp=9a7213952e44cb1e299c02d2f032f29bd2963592;hpb=24ed7a141aa345454300dd260bbabae3a9f92408;p=euphorik.git diff --git a/js/pageAbout.js b/js/pageAbout.js index 9a72139..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) { +euphorik.PageAbout = function(client, formatter, util, communication) { this.name = "about"; this.client = client; - this.formater = formater; - this.util = util; + this.formatter = formatter; + this.util = util; this.communication = communication; };