mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +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. */
|
||||
'caps': ['1', '2', '3', '4'],
|
||||
'caps': [1, 2, 3, 4],
|
||||
|
||||
/** Used to map keys to other keys. */
|
||||
'keyMap': {
|
||||
|
||||
Reference in New Issue
Block a user