Update list of fp methods with spread arguments. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-05 10:17:17 -07:00
parent f0f6a1e382
commit 513c0ae64d

View File

@@ -114,8 +114,8 @@ Methods with custom argument orders:<br>
Methods with unchanged argument orders:<br>
<%= toFuncList(_.keys(mapping.skipRearg)) %>
The methods `partial` & `partialRight` accept an array of arguments to partially
apply as their second parameter.
The methods `invokeArgs`, `invokeArgsMap`, `partial`, `partialRight`, & `without`
accept an array of arguments as their second parameter.
#### New Methods