From cdb60622c1dedddcd97fb127831b321eb4a27148 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 16 Aug 2020 15:21:05 -0400 Subject: [PATCH] JSDoc fix --- js/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/utils.js b/js/utils.js index a944396562f..2026efe2e9c 100644 --- a/js/utils.js +++ b/js/utils.js @@ -400,6 +400,7 @@ function deepAssign(target, source) { * For more information about mean vs. median see * https://www.clinfo.eu/mean-median/ * @param {number[]} arr Does not need to be sorted + * @returns {number} */ function median(arr = []) { const -- GitLab