mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Add _.indexBy method and add a noop fallback for setBindData.
Former-commit-id: f8035b9a221ba7b625c21cb566c62931877da6ef
This commit is contained in:
@@ -128,6 +128,7 @@
|
||||
'findWhere',
|
||||
'forEach',
|
||||
'groupBy',
|
||||
'indexBy',
|
||||
'invoke',
|
||||
'map',
|
||||
'max',
|
||||
@@ -280,6 +281,7 @@
|
||||
'findKey',
|
||||
'forIn',
|
||||
'forOwn',
|
||||
'indexBy',
|
||||
'isPlainObject',
|
||||
'merge',
|
||||
'parseInt',
|
||||
|
||||
Reference in New Issue
Block a user