From: Mike Taylor Date: Wed, 16 Apr 2014 11:25:32 +0000 (+0100) Subject: Remove outdated comma. X-Git-Tag: 1.0.0~926 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=84491c510d17bd8287d123ac7cafd8cfdcc700de;p=mkws-moved-to-github.git Remove outdated comma. --- 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;