summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 23:20:10 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 23:20:10 -0600
commited80b84cd522760905f6b06bbe46322f51e41420 (patch)
tree64006693c840753e8e54b8804789b9ddb654999d
parenta5bbe95bbc97ce673e51c7025ae2452c35af2450 (diff)
docs: ChartCoordinator: document the 2nd argument
-rw-r--r--jarmon/jarmon.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index 2a87b55..5867274 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -1389,8 +1389,10 @@ jarmon.timeRangeShortcuts = [
* @requires jQuery
* @requires Flot
*
- * @param ui {module:jQuery.jQuery} A one element jQuery containing an input
+ * @param ui {module:jQuery.jQuery} A one-element jQuery containing an input
* form and placeholders for the timeline and for the series of charts.
+ * @param charts {Array.<jarmon.Chart>} An array of the charts that are to be
+ * coordinated.
**/
jarmon.ChartCoordinator = function(ui, charts) {
var self = this;