mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Bump to v3.7.0.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* // => 10
|
||||
*/
|
||||
function add(augend, addend) {
|
||||
return augend + addend;
|
||||
return (+augend || 0) + (+addend || 0);
|
||||
}
|
||||
|
||||
export default add;
|
||||
|
||||
Reference in New Issue
Block a user