mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Bump to v4.2.0.
This commit is contained in:
@@ -22,7 +22,7 @@ define([], function() {
|
||||
result = result === undefined ? current : (result + current);
|
||||
}
|
||||
}
|
||||
return length ? result : 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
return baseSum;
|
||||
|
||||
Reference in New Issue
Block a user