mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Simplify mixin use.
This commit is contained in:
@@ -9491,7 +9491,7 @@
|
|||||||
lodash.unique = uniq;
|
lodash.unique = uniq;
|
||||||
|
|
||||||
// add functions to `lodash.prototype`
|
// add functions to `lodash.prototype`
|
||||||
mixin(lodash, baseAssign({}, lodash));
|
mixin(lodash, lodash);
|
||||||
|
|
||||||
/*------------------------------------------------------------------------*/
|
/*------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user