From e4eb5dadda53c69c7d2ccdddcea35752e40c75f3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 22 Sep 2012 20:03:43 -0700 Subject: [PATCH] Modify "underscore" build methods in prep for Underscore.next. Former-commit-id: 22503a046256915aa6667e32f6efb992c6ddbce9 --- build.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build.js b/build.js index 12df68099..c4ef4daa6 100755 --- a/build.js +++ b/build.js @@ -234,19 +234,11 @@ /** List of methods used by Underscore */ var underscoreMethods = _.without.apply(_, [allMethods].concat([ - 'countBy', 'forIn', 'forOwn', - 'invert', 'lateBind', 'merge', - 'object', - 'omit', - 'pairs', - 'partial', - 'random', - 'unescape', - 'where' + 'partial' ])); /** List of ways to export the `LoDash` function */