mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Fix typos.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* // => [16, 64] (iteration order is not guaranteed)
|
||||
*/
|
||||
function mapObject(object, iteratee) {
|
||||
const props = Object.keys(object);
|
||||
const props = Object.keys(object)
|
||||
const result = new Array(props.length)
|
||||
|
||||
props.forEach((key, index) => {
|
||||
|
||||
Reference in New Issue
Block a user