Remove “static” jsdoc tag.

This commit is contained in:
John-David Dalton
2017-01-10 00:50:26 -08:00
parent c500b2cc16
commit 8c97051909
280 changed files with 0 additions and 280 deletions

1
nth.js
View File

@@ -5,7 +5,6 @@ import toInteger from './toInteger.js';
* Gets the element at index `n` of `array`. If `n` is negative, the nth
* element from the end is returned.
*
* @static
* @since 4.11.0
* @category Array
* @param {Array} array The array to query.