Comment formatting.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:37:31 +0000 (11:37 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:37:31 +0000 (11:37 +0000)
src/mkws-team.js

index 4f4c68b..39941d6 100644 (file)
@@ -1,10 +1,12 @@
 // Factory function for team objects. As much as possible, this uses
 // only member variables (prefixed "m_") and inner functions with
-// private scope. Some functions are visible as member-functions to be
-// called from outside code -- specifically, from generated
-// HTML. These functions are that.switchView(), showDetails(),
-// limitTarget(), limitQuery(), delimitTarget(), delimitQuery(),
-// showPage(), pagerPrev(), pagerNext().
+// private scope.
+//
+// Some functions are visible as member-functions to be called from
+// outside code -- specifically, from generated HTML. These functions
+// are that.switchView(), showDetails(), limitTarget(), limitQuery(),
+// delimitTarget(), delimitQuery(), showPage(), pagerPrev(),
+// pagerNext().
 //
 function team($, teamName) {
     var that = {};