Avoid adding Function.prototype additions to _.

This commit is contained in:
John-David Dalton
2013-12-04 22:09:32 -08:00
parent 250fd71e16
commit c2972fcaa0
10 changed files with 72 additions and 44 deletions

View File

@@ -6971,7 +6971,7 @@
lodash.unzip = zip;
// add functions to `lodash.prototype`
mixin(lodash);
mixin(assign({}, lodash));
/*--------------------------------------------------------------------------*/