From 84491c510d17bd8287d123ac7cafd8cfdcc700de Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 16 Apr 2014 12:25:32 +0100 Subject: [PATCH] Remove outdated comma. --- src/mkws-team.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index 683f11c..b9d899b 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -598,9 +598,6 @@ function team($, teamName) { // Finds the node of the specified class within the current team - // Multiple OR-clauses separated by commas are handled - // More complex cases may not work - // function findnode(selector, teamName) { teamName = teamName || m_teamName; -- 1.7.10.4