mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Ensure each and eachRight have the correct chain behavior.
This commit is contained in:
@@ -13988,8 +13988,6 @@
|
||||
lodash.zipWith = zipWith;
|
||||
|
||||
// Add aliases.
|
||||
lodash.each = forEach;
|
||||
lodash.eachRight = forEachRight;
|
||||
lodash.extend = assignIn;
|
||||
lodash.extendWith = assignInWith;
|
||||
|
||||
@@ -14132,6 +14130,8 @@
|
||||
lodash.upperFirst = upperFirst;
|
||||
|
||||
// Add aliases.
|
||||
lodash.each = forEach;
|
||||
lodash.eachRight = forEachRight;
|
||||
lodash.first = head;
|
||||
|
||||
mixin(lodash, (function() {
|
||||
|
||||
Reference in New Issue
Block a user