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

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