mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Bump to v4.0.0.
This commit is contained in:
@@ -1,46 +1,30 @@
|
||||
define(['./collection/all', './collection/any', './collection/at', './collection/collect', './collection/contains', './collection/countBy', './collection/detect', './collection/each', './collection/eachRight', './collection/every', './collection/filter', './collection/find', './collection/findLast', './collection/findWhere', './collection/foldl', './collection/foldr', './collection/forEach', './collection/forEachRight', './collection/groupBy', './collection/include', './collection/includes', './collection/indexBy', './collection/inject', './collection/invoke', './collection/map', './math/max', './math/min', './collection/partition', './collection/pluck', './collection/reduce', './collection/reduceRight', './collection/reject', './collection/sample', './collection/select', './collection/shuffle', './collection/size', './collection/some', './collection/sortBy', './collection/sortByAll', './collection/sortByOrder', './math/sum', './collection/where'], function(all, any, at, collect, contains, countBy, detect, each, eachRight, every, filter, find, findLast, findWhere, foldl, foldr, forEach, forEachRight, groupBy, include, includes, indexBy, inject, invoke, map, max, min, partition, pluck, reduce, reduceRight, reject, sample, select, shuffle, size, some, sortBy, sortByAll, sortByOrder, sum, where) {
|
||||
define(['./at', './countBy', './each', './eachRight', './every', './filter', './find', './findLast', './forEach', './forEachRight', './groupBy', './includes', './invokeMap', './keyBy', './map', './orderBy', './partition', './reduce', './reduceRight', './reject', './sample', './sampleSize', './shuffle', './size', './some', './sortBy'], function(at, countBy, each, eachRight, every, filter, find, findLast, forEach, forEachRight, groupBy, includes, invokeMap, keyBy, map, orderBy, partition, reduce, reduceRight, reject, sample, sampleSize, shuffle, size, some, sortBy) {
|
||||
return {
|
||||
'all': all,
|
||||
'any': any,
|
||||
'at': at,
|
||||
'collect': collect,
|
||||
'contains': contains,
|
||||
'countBy': countBy,
|
||||
'detect': detect,
|
||||
'each': each,
|
||||
'eachRight': eachRight,
|
||||
'every': every,
|
||||
'filter': filter,
|
||||
'find': find,
|
||||
'findLast': findLast,
|
||||
'findWhere': findWhere,
|
||||
'foldl': foldl,
|
||||
'foldr': foldr,
|
||||
'forEach': forEach,
|
||||
'forEachRight': forEachRight,
|
||||
'groupBy': groupBy,
|
||||
'include': include,
|
||||
'includes': includes,
|
||||
'indexBy': indexBy,
|
||||
'inject': inject,
|
||||
'invoke': invoke,
|
||||
'invokeMap': invokeMap,
|
||||
'keyBy': keyBy,
|
||||
'map': map,
|
||||
'max': max,
|
||||
'min': min,
|
||||
'orderBy': orderBy,
|
||||
'partition': partition,
|
||||
'pluck': pluck,
|
||||
'reduce': reduce,
|
||||
'reduceRight': reduceRight,
|
||||
'reject': reject,
|
||||
'sample': sample,
|
||||
'select': select,
|
||||
'sampleSize': sampleSize,
|
||||
'shuffle': shuffle,
|
||||
'size': size,
|
||||
'some': some,
|
||||
'sortBy': sortBy,
|
||||
'sortByAll': sortByAll,
|
||||
'sortByOrder': sortByOrder,
|
||||
'sum': sum,
|
||||
'where': where
|
||||
'sortBy': sortBy
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user