Add _.flip and _.modArgsSet to lodash doc note. [ci skip]

This commit is contained in:
John-David Dalton
2015-09-09 10:34:50 -07:00
parent c32a6837e6
commit d77c5123c1

View File

@@ -1412,20 +1412,20 @@
* `countBy`, `create`, `curry`, `debounce`, `defaults`, `defaultsDeep`, * `countBy`, `create`, `curry`, `debounce`, `defaults`, `defaultsDeep`,
* `defer`, `delay`, `difference`, `drop`, `dropRight`, `dropRightWhile`, * `defer`, `delay`, `difference`, `drop`, `dropRight`, `dropRightWhile`,
* `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, `flatten`, * `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, `flatten`,
* `flattenDeep`, `flow`, `flowRight`, `forEach`, `forEachRight`, `forIn`, * `flattenDeep`, `flip`, `flow`, `flowRight`, `forEach`, `forEachRight`,
* `forInRight`, `forOwn`, `forOwnRight`, `functions`, `groupBy`, `initial`, * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `functions`, `groupBy`,
* `intersection`, `invert`, `invoke`, `iteratee`, `keyBy`, `keys`, `keysIn`, * `initial`, `intersection`, `invert`, `invoke`, `iteratee`, `keyBy`, `keys`,
* `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, `memoize`, * `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,
* `merge`, `mergeWith` `method`, `methodOf`, `mixin`, `modArgs`, `negate`, * `memoize`, `merge`, `mergeWith` `method`, `methodOf`, `mixin`, `modArgs`,
* `omit`, `omitBy`, `once`, `pairs`, `partial`, `partialRight`, `partition`, * `modArgsSet', 'negate`, `omit`, `omitBy`, `once`, `pairs`, `partial`,
* `pick`, `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAt`, * `partialRight`, `partition`, `pick`, `pickBy`, `plant`, `property`,
* `push`, `range`, `rearg`, `reject`, `remove`, `rest`, `restParam`, `reverse`, * `propertyOf`, `pull`, `pullAt`, `push`, `range`, `rearg`, `reject`,
* `set`, `setWith`, `shuffle`, `slice`, `sort`, `sortBy`, `sortByOrder`, * `remove`, `rest`, `restParam`, `reverse`, `set`, `setWith`, `shuffle`,
* `splice`, `spread`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, * `slice`, `sort`, `sortBy`, `sortByOrder`, `splice`, `spread`, `take`,
* `tap`, `throttle`, `thru`, `times`, `toArray`, `toPath`, `toPlainObject`, * `takeRight`, `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`,
* `transform`, `union`, `uniq`, `uniqBy`, `unset`, `unshift`, `unzip`, * `times`, `toArray`, `toPath`, `toPlainObject`, `transform`, `union`, `uniq`,
* `unzipWith`, `values`, `valuesIn`, `without`, `wrap`, `xor`, `zip`, * `uniqBy`, `unset`, `unshift`, `unzip`, `unzipWith`, `values`, `valuesIn`,
* `zipObject`, and `zipWith` * `without`, `wrap`, `xor`, `zip`, `zipObject`, and `zipWith`
* *
* The wrapper methods that are **not** chainable by default are: * The wrapper methods that are **not** chainable by default are:
* `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clone`, `cloneDeep`, * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clone`, `cloneDeep`,