Move _.max, _.min, _.shuffle back to "Collections" methods for compat but still optimized for arrays.

Former-commit-id: 28cd9298915ad123445400a5d061ac8e9432eb6b
This commit is contained in:
John-David Dalton
2012-10-09 00:48:02 -07:00
parent 6fdce4ad0d
commit 1708663b32
3 changed files with 122 additions and 122 deletions

View File

@@ -69,12 +69,9 @@
'intersection',
'last',
'lastIndexOf',
'max',
'min',
'object',
'range',
'rest',
'shuffle',
'sortedIndex',
'tail',
'take',
@@ -113,11 +110,14 @@
'inject',
'invoke',
'map',
'max',
'min',
'pluck',
'reduce',
'reduceRight',
'reject',
'select',
'shuffle',
'size',
'some',
'sortBy',

View File

@@ -1733,6 +1733,7 @@
'map',
'pluck',
'reject',
'shuffle',
'sortBy',
'toArray',
'where'