Remove the need to call chain on _(…) wrapped values.

Former-commit-id: 21861c88e3ec9af955d844c025b50cb32c322809
This commit is contained in:
John-David Dalton
2012-11-18 21:06:24 -08:00
parent 0c0db3babb
commit 20630aeb47
6 changed files with 66 additions and 47 deletions

View File

@@ -59,7 +59,6 @@
/** Used to protect the specified properties from getting minified */
var propWhitelist = [
'_',
'__chain__',
'__wrapped__',
'after',
'all',
@@ -190,6 +189,9 @@
'wrap',
'zip',
// property used by the `lodash underscore` build
'__chain__',
// properties used by underscore.js
'_chain',
'_wrapped'