From: Mike Taylor Date: Mon, 27 Apr 2015 16:34:12 +0000 (+0100) Subject: Extend comment, again mostly so I can exercise git. X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=25f6788156cf1f1206eaa4988f5687630ab10226;p=mkws-moved-to-github.git Extend comment, again mostly so I can exercise git. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index b814291..ff2a556 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -13,7 +13,7 @@ // mkws.makeTeam = function($, teamName) { var that = {}; - // Note: separate constants from state + // Note: separate constants from state, which should be in an object var m_teamName = teamName; var m_submitted = false; var m_query; // initially undefined