From f541ded4e719d408e3ec4b9c3fc1c631cfed112d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 2 May 2014 16:54:39 +0100 Subject: [PATCH] In fact, remove the local alias M completely, since it's not used! --- src/mkws-team.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index 9f9bdd1..4d1c3a3 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -351,7 +351,6 @@ function team($, teamName) { return mkws.locale_lang[lang][word] || word; }; - var M = mkws.M; // Finds the node of the specified class within the current team -- 1.7.10.4