mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-22 13:15:49 +00:00
nextServer > next_server
This commit is contained in:
@@ -364,7 +364,7 @@ Remote.prototype.connect = function (online) {
|
|||||||
|
|
||||||
if (i < self._servers.length) {
|
if (i < self._servers.length) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
nextServer(i);
|
next_server(i);
|
||||||
}, self._connection_offset);
|
}, self._connection_offset);
|
||||||
}
|
}
|
||||||
})(0);
|
})(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user