Rename _.object to _.zipObject and make _.object an alias of _.zipObject.

Former-commit-id: 7ae3c9d8be32b1430945ffeafc20c740f1d7f409
This commit is contained in:
John-David Dalton
2013-03-02 20:48:04 -08:00
parent 510c41440a
commit 1522d3385d
11 changed files with 315 additions and 292 deletions

View File

@@ -204,6 +204,7 @@
'without',
'wrap',
'zip',
'zipObject',
// properties used by the `backbone` and `underscore` builds
'__chain__',