Update fp mapping for nthArg, modArgs, and modArgsSet.

This commit is contained in:
John-David Dalton
2015-10-24 08:06:12 -07:00
parent 0d9b03ced2
commit 04879d0fe5
2 changed files with 8 additions and 6 deletions

View File

@@ -83,7 +83,8 @@ QUnit.module('method ary caps');
var funcMethods = [
'after', 'ary', 'before', 'bind', 'bindKey', 'cloneDeepWith', 'cloneWith',
'curryN', 'debounce', 'delay', 'rearg', 'throttle', 'wrap'
'curryN', 'debounce', 'delay', 'modArgs', 'modArgsSet', 'rearg', 'throttle',
'wrap'
];
var exceptions = _.difference(funcMethods.concat('matchesProperty'), ['cloneDeepWith', 'cloneWith', 'delay']),