mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Update argument count for cloneWith customizer. [closes #3582]
This commit is contained in:
@@ -7,7 +7,7 @@ const CLONE_SYMBOLS_FLAG = 4
|
|||||||
* This method is like `clone` except that it accepts `customizer` which
|
* This method is like `clone` except that it accepts `customizer` which
|
||||||
* is invoked to produce the cloned value. If `customizer` returns `undefined`,
|
* is invoked to produce the cloned value. If `customizer` returns `undefined`,
|
||||||
* cloning is handled by the method instead. The `customizer` is invoked with
|
* cloning is handled by the method instead. The `customizer` is invoked with
|
||||||
* up to four arguments (value [, index|key, object, stack]).
|
* one argument (value).
|
||||||
*
|
*
|
||||||
* @since 4.0.0
|
* @since 4.0.0
|
||||||
* @category Lang
|
* @category Lang
|
||||||
|
|||||||
Reference in New Issue
Block a user