Add proper jsdoc tags to _.fill. [ci skip]

This commit is contained in:
jdalton
2015-02-12 12:46:24 -08:00
parent fb4e2c167c
commit d9168ed9ec

View File

@@ -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.