Reduce _.unzip and _.zip.

Former-commit-id: f388c50817910eee510f33b22fd4904fd648a6f0
This commit is contained in:
John-David Dalton
2013-04-30 09:18:26 -07:00
parent d24d83d52a
commit 8f94bd1fbd
2 changed files with 5 additions and 18 deletions

View File

@@ -176,7 +176,7 @@
'where': ['filter'],
'without': ['difference'],
'wrap': [],
'zip': ['max', 'pluck'],
'zip': ['unzip'],
'zipObject': [],
// method used by the `backbone` and `underscore` builds