From ed80b84cd522760905f6b06bbe46322f51e41420 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Aug 2017 23:20:10 -0600 Subject: docs: ChartCoordinator: document the 2nd argument --- jarmon/jarmon.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.} An array of the charts that are to be + * coordinated. **/ jarmon.ChartCoordinator = function(ui, charts) { var self = this; -- cgit v1.1-4-g5e80