Remove outdated comma.
authorMike Taylor <mike@indexdata.com>
Wed, 16 Apr 2014 11:25:32 +0000 (12:25 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 16 Apr 2014 11:25:32 +0000 (12:25 +0100)
src/mkws-team.js

index 683f11c..b9d899b 100644 (file)
@@ -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;