Update build to add _.chain and _#chain for backbone and underscore builds.

Former-commit-id: 2c910de419904a1285d246a3b08d87cb4daafa18
This commit is contained in:
John-David Dalton
2012-12-08 18:46:09 -08:00
parent a451861bf1
commit cf5e5dbe55
3 changed files with 176 additions and 73 deletions

View File

@@ -68,7 +68,6 @@
'bind',
'bindAll',
'bindKey',
'chain',
'clone',
'collect',
'compact',
@@ -188,8 +187,9 @@
'wrap',
'zip',
// property used by the `lodash underscore` build
// properties used by the `backbone` and `underscore` builds
'__chain__',
'chain',
// properties used by underscore.js
'_chain',