From 7a9011c7e100ead04ba02ee4e9e1b7348e28f0e0 Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 4 Jun 2015 09:40:54 -0700 Subject: [PATCH] Add `modArgs` to `lodash` doc block. [ci skip] --- lodash.src.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lodash.src.js b/lodash.src.js index 344396608..eef31f708 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -859,10 +859,10 @@ * `forEachRight`, `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `functions`, * `groupBy`, `indexBy`, `initial`, `intersection`, `invert`, `invoke`, `keys`, * `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, - * `memoize`, `merge`, `method`, `methodOf`, `mixin`, `negate`, `omit`, `once`, - * `pairs`, `partial`, `partialRight`, `partition`, `pick`, `plant`, `pluck`, - * `property`, `propertyOf`, `pull`, `pullAt`, `push`, `range`, `rearg`, - * `reject`, `remove`, `rest`, `restParam`, `reverse`, `set`, `shuffle`, + * `memoize`, `merge`, `method`, `methodOf`, `mixin`, `modArgs`, `negate`, + * `omit`, `once`, `pairs`, `partial`, `partialRight`, `partition`, `pick`, + * `plant`, `pluck`, `property`, `propertyOf`, `pull`, `pullAt`, `push`, `range`, + * `rearg`, `reject`, `remove`, `rest`, `restParam`, `reverse`, `set`, `shuffle`, * `slice`, `sort`, `sortBy`, `sortByAll`, `sortByOrder`, `splice`, `spread`, * `take`, `takeRight`, `takeRightWhile`, `takeWhile`, `tap`, `throttle`, * `thru`, `times`, `toArray`, `toPlainObject`, `transform`, `union`, `uniq`,