mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Bump to v4.0.1.
This commit is contained in:
@@ -26,7 +26,7 @@ define(['./isIterateeCall', '../rest'], function(isIterateeCall, rest) {
|
||||
while (++index < length) {
|
||||
var source = sources[index];
|
||||
if (source) {
|
||||
assigner(object, source, customizer);
|
||||
assigner(object, source, index, customizer);
|
||||
}
|
||||
}
|
||||
return object;
|
||||
|
||||
Reference in New Issue
Block a user