fixed a few jshint errors

This commit is contained in:
Spencer Alger
2013-10-24 09:00:47 -07:00
parent e231876702
commit d678cfc667
10 changed files with 71 additions and 23 deletions

View File

@ -33,6 +33,7 @@ var defaultConfig = {
maxRetries: 3,
timeout: 10000,
deadTimeout: 60000,
maxSockets: 10,
nodesToHostCallback: function (nodes) {
var hosts = [];
_.each(nodes, function (node, id) {