From 6f600ebeac7a98ddf47eef1594b4ac1de5635991 Mon Sep 17 00:00:00 2001 From: Clinton Montague Date: Tue, 26 Apr 2016 19:55:46 +0100 Subject: [PATCH] Add _.flip bitmask value to `createWrapper` documentation. [ci skip] --- lodash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lodash.js b/lodash.js index f71afa301..724e4f573 100644 --- a/lodash.js +++ b/lodash.js @@ -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.