mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-14 04:37:50 +00:00
Move unset to aryMethod[2] mapping.
This commit is contained in:
@@ -78,7 +78,7 @@ module.exports = {
|
|||||||
'attempt', 'ceil', 'create', 'curry', 'curryRight', 'floor', 'fromPairs',
|
'attempt', 'ceil', 'create', 'curry', 'curryRight', 'floor', 'fromPairs',
|
||||||
'invert', 'iteratee', 'memoize', 'method', 'methodOf', 'mixin', 'over',
|
'invert', 'iteratee', 'memoize', 'method', 'methodOf', 'mixin', 'over',
|
||||||
'overEvery', 'overSome', 'rest', 'reverse', 'round', 'runInContext',
|
'overEvery', 'overSome', 'rest', 'reverse', 'round', 'runInContext',
|
||||||
'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'unset', 'words'
|
'template', 'trim', 'trimEnd', 'trimStart', 'uniqueId', 'words'
|
||||||
],
|
],
|
||||||
2:[
|
2:[
|
||||||
'add', 'after', 'ary', 'assign', 'at', 'before', 'bind', 'bindKey',
|
'add', 'after', 'ary', 'assign', 'at', 'before', 'bind', 'bindKey',
|
||||||
@@ -98,7 +98,7 @@ module.exports = {
|
|||||||
'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',
|
'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',
|
||||||
'split', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', 'takeRightWhile',
|
'split', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', 'takeRightWhile',
|
||||||
'takeWhile', 'tap', 'throttle', 'thru', 'times', 'truncate', 'union', 'uniqBy',
|
'takeWhile', 'tap', 'throttle', 'thru', 'times', 'truncate', 'union', 'uniqBy',
|
||||||
'uniqWith', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject'
|
'uniqWith', 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject'
|
||||||
],
|
],
|
||||||
3:[
|
3:[
|
||||||
'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',
|
'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',
|
||||||
|
|||||||
Reference in New Issue
Block a user