From d77c5123c17c5e6d1968db0f5c0d444c8ba10617 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 9 Sep 2015 10:34:50 -0700 Subject: [PATCH] Add `_.flip` and `_.modArgsSet` to `lodash` doc note. [ci skip] --- lodash.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lodash.js b/lodash.js index 958a401b4..179bec836 100644 --- a/lodash.js +++ b/lodash.js @@ -1412,20 +1412,20 @@ * `countBy`, `create`, `curry`, `debounce`, `defaults`, `defaultsDeep`, * `defer`, `delay`, `difference`, `drop`, `dropRight`, `dropRightWhile`, * `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, `flatten`, - * `flattenDeep`, `flow`, `flowRight`, `forEach`, `forEachRight`, `forIn`, - * `forInRight`, `forOwn`, `forOwnRight`, `functions`, `groupBy`, `initial`, - * `intersection`, `invert`, `invoke`, `iteratee`, `keyBy`, `keys`, `keysIn`, - * `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, `memoize`, - * `merge`, `mergeWith` `method`, `methodOf`, `mixin`, `modArgs`, `negate`, - * `omit`, `omitBy`, `once`, `pairs`, `partial`, `partialRight`, `partition`, - * `pick`, `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAt`, - * `push`, `range`, `rearg`, `reject`, `remove`, `rest`, `restParam`, `reverse`, - * `set`, `setWith`, `shuffle`, `slice`, `sort`, `sortBy`, `sortByOrder`, - * `splice`, `spread`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, - * `tap`, `throttle`, `thru`, `times`, `toArray`, `toPath`, `toPlainObject`, - * `transform`, `union`, `uniq`, `uniqBy`, `unset`, `unshift`, `unzip`, - * `unzipWith`, `values`, `valuesIn`, `without`, `wrap`, `xor`, `zip`, - * `zipObject`, and `zipWith` + * `flattenDeep`, `flip`, `flow`, `flowRight`, `forEach`, `forEachRight`, + * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `functions`, `groupBy`, + * `initial`, `intersection`, `invert`, `invoke`, `iteratee`, `keyBy`, `keys`, + * `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, + * `memoize`, `merge`, `mergeWith` `method`, `methodOf`, `mixin`, `modArgs`, + * `modArgsSet', 'negate`, `omit`, `omitBy`, `once`, `pairs`, `partial`, + * `partialRight`, `partition`, `pick`, `pickBy`, `plant`, `property`, + * `propertyOf`, `pull`, `pullAt`, `push`, `range`, `rearg`, `reject`, + * `remove`, `rest`, `restParam`, `reverse`, `set`, `setWith`, `shuffle`, + * `slice`, `sort`, `sortBy`, `sortByOrder`, `splice`, `spread`, `take`, + * `takeRight`, `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, + * `times`, `toArray`, `toPath`, `toPlainObject`, `transform`, `union`, `uniq`, + * `uniqBy`, `unset`, `unshift`, `unzip`, `unzipWith`, `values`, `valuesIn`, + * `without`, `wrap`, `xor`, `zip`, `zipObject`, and `zipWith` * * The wrapper methods that are **not** chainable by default are: * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clone`, `cloneDeep`,