mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-14 04:37:50 +00:00
Fix build.
Former-commit-id: f8c32906f46a747b1d610c1c9ca8a8ee3b095d90
This commit is contained in:
4
dist/lodash.js
vendored
4
dist/lodash.js
vendored
@@ -2059,9 +2059,9 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Transforms an `object` to an new `accumulator` object which is the result
|
||||
* Transforms an `object` to a new `accumulator` object which is the result
|
||||
* of running each of its elements through the `callback`, with each `callback`
|
||||
* execution potentially mutating the `accumulator` object. The `callback`is
|
||||
* execution potentially mutating the `accumulator` object. The `callback` is
|
||||
* bound to `thisArg` and invoked with four arguments; (accumulator, value, key, object).
|
||||
* Callbacks may exit iteration early by explicitly returning `false`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user