Modify "underscore" build methods in prep for Underscore.next.

Former-commit-id: 22503a046256915aa6667e32f6efb992c6ddbce9
This commit is contained in:
John-David Dalton
2012-09-22 20:03:43 -07:00
parent 8532dc4b75
commit e4eb5dadda

View File

@@ -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 */