mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Bump to v3.10.0.
This commit is contained in:
5
math.js
5
math.js
@@ -1,8 +1,11 @@
|
||||
define(['./math/add', './math/max', './math/min', './math/sum'], function(add, max, min, sum) {
|
||||
define(['./math/add', './math/ceil', './math/floor', './math/max', './math/min', './math/round', './math/sum'], function(add, ceil, floor, max, min, round, sum) {
|
||||
return {
|
||||
'add': add,
|
||||
'ceil': ceil,
|
||||
'floor': floor,
|
||||
'max': max,
|
||||
'min': min,
|
||||
'round': round,
|
||||
'sum': sum
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user