Extend comment, again mostly so I can exercise git.
authorMike Taylor <mike@indexdata.com>
Mon, 27 Apr 2015 16:34:12 +0000 (17:34 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 27 Apr 2015 16:34:12 +0000 (17:34 +0100)
src/mkws-team.js

index b814291..ff2a556 100644 (file)
@@ -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