nextServer > next_server

This commit is contained in:
wltsmrz
2013-09-06 15:26:43 -07:00
parent 0aee56f4f1
commit aa6a9e9559

View File

@@ -364,7 +364,7 @@ Remote.prototype.connect = function (online) {
if (i < self._servers.length) {
setTimeout(function() {
nextServer(i);
next_server(i);
}, self._connection_offset);
}
})(0);