Fix build.

Former-commit-id: f8c32906f46a747b1d610c1c9ca8a8ee3b095d90
This commit is contained in:
John-David Dalton
2013-05-27 23:54:16 -07:00
parent a8cdbb65fe
commit e39211347c
4 changed files with 29 additions and 20 deletions

4
dist/lodash.js vendored
View File

@@ -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`.
*