Simplify mixin use.

This commit is contained in:
John-David Dalton
2014-09-12 00:03:07 -07:00
parent ad203e1461
commit fd176107ae

View File

@@ -9491,7 +9491,7 @@
lodash.unique = uniq;
// add functions to `lodash.prototype`
mixin(lodash, baseAssign({}, lodash));
mixin(lodash, lodash);
/*------------------------------------------------------------------------*/