Add _.indexBy method and add a noop fallback for setBindData.

Former-commit-id: f8035b9a221ba7b625c21cb566c62931877da6ef
This commit is contained in:
John-David Dalton
2013-07-26 09:12:04 -07:00
parent e5b8e04dde
commit cf26447f7c
10 changed files with 498 additions and 292 deletions

View File

@@ -128,6 +128,7 @@
'findWhere',
'forEach',
'groupBy',
'indexBy',
'invoke',
'map',
'max',
@@ -280,6 +281,7 @@
'findKey',
'forIn',
'forOwn',
'indexBy',
'isPlainObject',
'merge',
'parseInt',