mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -17,7 +17,7 @@ define(['./_createMathOperation'], function(createMathOperation) {
|
||||
*/
|
||||
var subtract = createMathOperation(function(minuend, subtrahend) {
|
||||
return minuend - subtrahend;
|
||||
});
|
||||
}, 0);
|
||||
|
||||
return subtract;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user