Fix comment.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 17:08:21 +0000 (17:08 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 17:08:21 +0000 (17:08 +0000)
src/mkws-team.js

index e14bd27..3c57c40 100644 (file)
@@ -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, '_');
     }