From 513c0ae64dc1a5505a2ecfc6b645a43b1b28d97b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 5 Apr 2016 10:17:17 -0700 Subject: [PATCH] Update list of fp methods with spread arguments. [ci skip] --- lib/fp/template/doc/wiki.jst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index cb13e04e5..d4a114468 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -114,8 +114,8 @@ Methods with custom argument orders:
Methods with unchanged argument orders:
<%= 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