Delete obsolete comment.
authorMike Taylor <mike@indexdata.com>
Fri, 2 May 2014 15:51:54 +0000 (16:51 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 2 May 2014 15:51:54 +0000 (16:51 +0100)
src/mkws-team.js

index 935bcaa..9f9bdd1 100644 (file)
@@ -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);