From: Mike Taylor Date: Fri, 2 May 2014 15:51:54 +0000 (+0100) Subject: Delete obsolete comment. X-Git-Tag: 1.0.0~745 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=3548159a5518bebd18b650e832bc538358334243 Delete obsolete comment. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 935bcaa..9f9bdd1 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -341,11 +341,7 @@ function team($, teamName) { }; - // Translation function. At present, this is properly a - // global-level function (hence the assignment to mkws.M) but we - // want to make it per-team so different teams can operate in - // different languages. - // + // Translation function. mkws.M = function (word) { var lang = mkws.config.lang; log("in M('" + word + "'), lang=" + lang);