mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Modify "underscore" build methods in prep for Underscore.next.
Former-commit-id: 22503a046256915aa6667e32f6efb992c6ddbce9
This commit is contained in:
10
build.js
10
build.js
@@ -234,19 +234,11 @@
|
|||||||
|
|
||||||
/** List of methods used by Underscore */
|
/** List of methods used by Underscore */
|
||||||
var underscoreMethods = _.without.apply(_, [allMethods].concat([
|
var underscoreMethods = _.without.apply(_, [allMethods].concat([
|
||||||
'countBy',
|
|
||||||
'forIn',
|
'forIn',
|
||||||
'forOwn',
|
'forOwn',
|
||||||
'invert',
|
|
||||||
'lateBind',
|
'lateBind',
|
||||||
'merge',
|
'merge',
|
||||||
'object',
|
'partial'
|
||||||
'omit',
|
|
||||||
'pairs',
|
|
||||||
'partial',
|
|
||||||
'random',
|
|
||||||
'unescape',
|
|
||||||
'where'
|
|
||||||
]));
|
]));
|
||||||
|
|
||||||
/** List of ways to export the `LoDash` function */
|
/** List of ways to export the `LoDash` function */
|
||||||
|
|||||||
Reference in New Issue
Block a user