From: Mike Taylor Date: Wed, 26 Mar 2014 17:08:21 +0000 (+0000) Subject: Fix comment. X-Git-Tag: 1.0.0~1181 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=0d598f74114780898759a49ba1bdb7bd1e88a6db;p=mkws-moved-to-github.git Fix comment. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index e14bd27..3c57c40 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -122,7 +122,7 @@ function team($, teamName) { } - // Used by promoteRecords() and onRecord() + // Used by the Records widget and onRecord() function recordElementId(s) { return 'mkwsRec_' + s.replace(/[^a-z0-9]/ig, '_'); }