Fix build.

Former-commit-id: 8dfb12b5883e59111857360ee5392c62e5e9146f
This commit is contained in:
John-David Dalton
2013-05-26 23:19:10 -07:00
parent e9387d322c
commit fe00c628f4

View File

@@ -1952,7 +1952,7 @@
_.each(['difference', 'intersection', 'uniq'], function(methodName) {
if (!useLodashMethod(methodName)) {
dependencyMap[methodName] = _.without(dependencyMap[methodName], 'createCache');
dependencyMap[methodName] = ['getIndexOf'].concat(_.without(dependencyMap[methodName], 'createCache'));
}
});