Remove guard params.

This commit is contained in:
John-David Dalton
2017-03-05 02:37:18 -08:00
parent 89829331f0
commit bda6d56c60
14 changed files with 22 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
/**
* The base implementation of `slice` without an iteratee call guard.
* The base implementation of `slice`.
*
* @private
* @param {Array} array The array to slice.