From aa311bd7923aaa3c3c206a03523415f353c91428 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 24 Jan 2016 15:07:04 -0800 Subject: [PATCH] Move `unset` to `aryMethod[2]` mapping. --- lib/fp/mapping.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 6e3af7d75..4297f0646 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -78,7 +78,7 @@ module.exports = { 'attempt', 'ceil', 'create', 'curry', 'curryRight', 'floor', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'methodOf', 'mixin', 'over', 'overEvery', 'overSome', 'rest', 'reverse', 'round', 'runInContext', - 'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'unset', 'words' + 'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'words' ], 2:[ 'add', 'after', 'ary', 'assign', 'at', 'before', 'bind', 'bindKey', @@ -98,7 +98,7 @@ module.exports = { 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy', 'split', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', 'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'truncate', 'union', 'uniqBy', - 'uniqWith', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject' + 'uniqWith', 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject' ], 3:[ 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',