mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Correct bitmask flag order. [ci skip]
This commit is contained in:
@@ -2649,8 +2649,8 @@
|
|||||||
* @param {*} value The value to clone.
|
* @param {*} value The value to clone.
|
||||||
* @param {boolean} bitmask The bitmask flags.
|
* @param {boolean} bitmask The bitmask flags.
|
||||||
* 1 - Deep clone
|
* 1 - Deep clone
|
||||||
* 2 - Clone symbols
|
* 2 - Flatten inherited properties
|
||||||
* 4 - Flatten inherited properties
|
* 4 - Clone symbols
|
||||||
* @param {Function} [customizer] The function to customize cloning.
|
* @param {Function} [customizer] The function to customize cloning.
|
||||||
* @param {string} [key] The key of `value`.
|
* @param {string} [key] The key of `value`.
|
||||||
* @param {Object} [object] The parent object of `value`.
|
* @param {Object} [object] The parent object of `value`.
|
||||||
|
|||||||
Reference in New Issue
Block a user