mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.12.0.
This commit is contained in:
@@ -29,7 +29,7 @@ define(['./_baseForOwn', './_baseIteratee'], function(baseForOwn, baseIteratee)
|
||||
* // => Logs 'a' then 'b' (iteration order is not guaranteed).
|
||||
*/
|
||||
function forOwn(object, iteratee) {
|
||||
return object && baseForOwn(object, baseIteratee(iteratee));
|
||||
return object && baseForOwn(object, baseIteratee(iteratee, 3));
|
||||
}
|
||||
|
||||
return forOwn;
|
||||
|
||||
Reference in New Issue
Block a user