Removed extra space and semicolon.
This commit is contained in:
parent
0cbd140f66
commit
b44412e24b
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ socket.on('disconnect', function (err) {
|
||||||
status.innerHTML =
|
status.innerHTML =
|
||||||
'WEBSOCKET SERVER DISCONNECTED: ' + err
|
'WEBSOCKET SERVER DISCONNECTED: ' + err
|
||||||
}
|
}
|
||||||
socket.io.reconnection(false);
|
socket.io.reconnection(false)
|
||||||
})
|
})
|
||||||
|
|
||||||
socket.on('teardown', function (teardown_reason) {
|
socket.on('teardown', function (teardown_reason) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue