Make _chain and _wrapped double underscored to further avoid conflicts.

Former-commit-id: 27f545d99cc383be05509ac7382e42fc727e0215
This commit is contained in:
John-David Dalton
2012-09-02 12:57:53 -07:00
parent ec976953cd
commit 3a7661b111
2 changed files with 18 additions and 18 deletions

View File

@@ -104,9 +104,9 @@
/** Used to protect the specified properties from getting minified */
var propWhitelist = [
'_',
'_chain',
'_wrapped',
'__chain__',
'__proto__',
'__wrapped__',
'after',
'all',
'amd',