Sync with Underscore.

Former-commit-id: 2e3aacd53fef6d22d830dbc2d6c220808aea8739
This commit is contained in:
John-David Dalton
2012-05-24 02:03:25 -04:00
parent 67303eb9fb
commit 82f062caf2
3 changed files with 1 additions and 10 deletions

View File

@@ -31,7 +31,6 @@
'head': 'first',
'include': 'contains',
'inject': 'reduce',
'intersect': 'intersection',
'methods': 'functions',
'select': 'filter',
'tail': 'rest',
@@ -48,7 +47,6 @@
'first': ['head', 'take'],
'forEach': ['each'],
'functions': ['methods'],
'intersection': ['intersect'],
'map': ['collect'],
'reduce': ['foldl', 'inject'],
'reduceRight': ['foldr'],