summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;