Fix how method names are resolved from categories in test/test-build.js.

Former-commit-id: bbb8a2ca376a64b2fd9c3e2fbe0d3911a7089a94
This commit is contained in:
John-David Dalton
2013-06-24 08:01:19 -07:00
parent 54a2a0da48
commit 449c946423
2 changed files with 27 additions and 25 deletions

View File

@@ -2142,7 +2142,7 @@
: accumulator;
}, []);
// expand categories to methods
// expand categories to method names
_.each([includeMethods, minusMethods, plusMethods], function(methodNames) {
var categories = _.intersection(methodNames, methodCategories);