Add _.flip bitmask value to createWrapper documentation. [ci skip]

This commit is contained in:
Clinton Montague
2016-04-26 19:55:46 +01:00
committed by John-David Dalton
parent 9aa456f26f
commit 6f600ebeac

View File

@@ -4908,6 +4908,7 @@
* 64 - `_.partialRight`
* 128 - `_.rearg`
* 256 - `_.ary`
* 512 - `_.flip`
* @param {*} [thisArg] The `this` binding of `func`.
* @param {Array} [partials] The arguments to be partially applied.
* @param {Array} [holders] The `partials` placeholder indexes.