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:
@@ -27,7 +27,7 @@ define(['./_baseForOwnRight', './_baseIteratee'], function(baseForOwnRight, base
|
||||
* // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'.
|
||||
*/
|
||||
function forOwnRight(object, iteratee) {
|
||||
return object && baseForOwnRight(object, baseIteratee(iteratee));
|
||||
return object && baseForOwnRight(object, baseIteratee(iteratee, 3));
|
||||
}
|
||||
|
||||
return forOwnRight;
|
||||
|
||||
Reference in New Issue
Block a user