Remove unzip from underscore build.

Former-commit-id: 5c1ed2d73e678e3f63c5378e8318508207b01988
This commit is contained in:
John-David Dalton
2013-07-14 08:05:54 -07:00
parent c5698e82da
commit a8aaa793a0
3 changed files with 34 additions and 34 deletions

View File

@@ -4366,7 +4366,6 @@
lodash.select = filter;
lodash.tail = rest;
lodash.unique = uniq;
lodash.unzip = zip;
// add Underscore compat
lodash.chain = chain;