mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Make _baseConvert use spread and not rest.
This commit is contained in:
committed by
John-David Dalton
parent
d2a8203efb
commit
7f295dc6e8
@@ -30,7 +30,7 @@ function baseConvert(util, name, func) {
|
|||||||
'iteratee': util.iteratee,
|
'iteratee': util.iteratee,
|
||||||
'keys': util.keys,
|
'keys': util.keys,
|
||||||
'rearg': util.rearg,
|
'rearg': util.rearg,
|
||||||
'rest': util.rest
|
'spread': util.spread
|
||||||
};
|
};
|
||||||
|
|
||||||
var ary = _.ary,
|
var ary = _.ary,
|
||||||
|
|||||||
Reference in New Issue
Block a user