Fixes param definition (#3368)

Bitmask is number
This commit is contained in:
Shawn Steffey
2017-09-13 12:07:46 -05:00
committed by John-David Dalton
parent 8e631dfcd4
commit f5ea579db3

View File

@@ -143,7 +143,7 @@ function initCloneArray(array) {
*
* @private
* @param {*} value The value to clone.
* @param {boolean} bitmask The bitmask flags.
* @param {number} bitmask The bitmask flags.
* 1 - Deep clone
* 2 - Flatten inherited properties
* 4 - Clone symbols