Make _.drop an alias of _.rest and rename _.zipObject to _.object.

Former-commit-id: 08cb9ec2d5009b9a9f959b2341f8b78f6bbd37a0
This commit is contained in:
John-David Dalton
2012-08-31 12:57:52 -07:00
parent 9100db55b0
commit 79e9156d2f
3 changed files with 115 additions and 92 deletions

View File

@@ -187,6 +187,7 @@
'min',
'mixin',
'noConflict',
'object',
'omit',
'once',
'opera',
@@ -227,8 +228,7 @@
'where',
'without',
'wrap',
'zip',
'zipObject'
'zip'
];
/*--------------------------------------------------------------------------*/