From 3ce08ba101fa968471e798db98703fb58c5fa934 Mon Sep 17 00:00:00 2001 From: mbucknell <mbucknell@usgs.gov> Date: Tue, 26 Jan 2021 12:48:28 -0600 Subject: [PATCH] Added clarifying comment --- .../monitoring-location/components/hydrograph/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/src/scripts/monitoring-location/components/hydrograph/index.js b/assets/src/scripts/monitoring-location/components/hydrograph/index.js index bfbc55297..00d4c4854 100644 --- a/assets/src/scripts/monitoring-location/components/hydrograph/index.js +++ b/assets/src/scripts/monitoring-location/components/hydrograph/index.js @@ -45,7 +45,9 @@ import {getTimeSeriesScalesByParmCd} from './selectors/scales'; * @param {Redux store} store * @param {DOM node} node * @param {Object} - string properties to set initial state information. The property siteno is required - */ + * @param {Promise} loadPromise - will resolve when any data needed by this module + * that is fetched by the caller has been fetched + * */ export const attachToNode = function(store, node, { -- GitLab