tracked down more necessary updated, lots of _.bind()

This commit is contained in:
spalger
2016-05-19 12:47:33 -07:00
parent c7f6c09d8c
commit 4a77556866
11 changed files with 30 additions and 30 deletions

View File

@ -32,7 +32,7 @@ module.exports = function (branch) {
return clientManager.get().clearEs();
});
var files = _.map(require('./yaml_tests_' + _.snakeCase(branch) + '.json'), function (docs, filename) {
var files = _v4.map(require('./yaml_tests_' + _.snakeCase(branch) + '.json'), function (docs, filename) {
return new YamlFile(filename, docs);
});