projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e59ea3
)
Delete obsolete comment.
author
Mike Taylor
<mike@indexdata.com>
Fri, 2 May 2014 15:51:54 +0000
(16:51 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 2 May 2014 15:51:54 +0000
(16:51 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
935bcaa
..
9f9bdd1
100644
(file)
--- 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);