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