Correct bitmask flag order. [ci skip]

This commit is contained in:
John-David Dalton
2016-11-08 07:35:20 -08:00
parent 600fbbadfb
commit fcd0bbfc56

View File

@@ -2649,8 +2649,8 @@
* @param {*} value The value to clone.
* @param {boolean} bitmask The bitmask flags.
* 1 - Deep clone
* 2 - Clone symbols
* 4 - Flatten inherited properties
* 2 - Flatten inherited properties
* 4 - Clone symbols
* @param {Function} [customizer] The function to customize cloning.
* @param {string} [key] The key of `value`.
* @param {Object} [object] The parent object of `value`.