mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
nextServer > next_server
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user