Fix lodash underscore build.

Former-commit-id: 017208b28865b10b068ba4ae5e4a7baa9c01a80f
This commit is contained in:
John-David Dalton
2013-02-22 03:26:49 -08:00
parent e5433adf78
commit 1ad2c92324
4 changed files with 101 additions and 142 deletions

View File

@@ -1302,9 +1302,6 @@
if (!exposeAssign) {
methodNames = _.without(methodNames, 'assign');
}
if (/utilities/.test(command) && /backbone|underscore/.test(command)) {
methodNames = _.without(methodNames, 'runInContext');
}
var lodash = context._ || {};
methodNames.forEach(function(methodName) {
testMethod(lodash, methodName, basename);