mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Use number values for fp cap mapping.
This commit is contained in:
@@ -89,7 +89,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/** Used to iterate `mapping.aryMethodMap` keys. */
|
/** Used to iterate `mapping.aryMethodMap` keys. */
|
||||||
'caps': ['1', '2', '3', '4'],
|
'caps': [1, 2, 3, 4],
|
||||||
|
|
||||||
/** Used to map keys to other keys. */
|
/** Used to map keys to other keys. */
|
||||||
'keyMap': {
|
'keyMap': {
|
||||||
|
|||||||
Reference in New Issue
Block a user