From d9168ed9ecc925b6281dee663524e234c2275aef Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 12 Feb 2015 12:46:24 -0800 Subject: [PATCH] Add proper jsdoc tags to `_.fill`. [ci skip] --- lodash.src.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index 73ab40338..908542556 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -4435,7 +4435,9 @@ * * **Note:** This method mutates `array`. * - * @private + * @static + * @memberOf _ + * @category Array * @param {Array} array The array to fill. * @param {*} value The value to fill `array` with. * @param {number} [start=0] The start position.