mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Bump to v4.0.0.
This commit is contained in:
@@ -7,8 +7,8 @@ define([], function() {
|
||||
var FUNC_ERROR_TEXT = 'Expected a function';
|
||||
|
||||
/**
|
||||
* The base implementation of `_.delay` and `_.defer` which accepts an index
|
||||
* of where to slice the arguments to provide to `func`.
|
||||
* The base implementation of `_.delay` and `_.defer` which accepts an array
|
||||
* of `func` arguments.
|
||||
*
|
||||
* @private
|
||||
* @param {Function} func The function to delay.
|
||||
|
||||
Reference in New Issue
Block a user