Fixes not working reconnect.
This commit is contained in:
parent
2e9a94c8be
commit
3500391208
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class App.WebSocket
|
||||||
_instance.auth(args)
|
_instance.auth(args)
|
||||||
|
|
||||||
# The actual Singleton class
|
# The actual Singleton class
|
||||||
class _Singleton
|
class _Singleton extends Spine.Controller
|
||||||
queue: []
|
queue: []
|
||||||
|
|
||||||
constructor: (@args) ->
|
constructor: (@args) ->
|
||||||
|
|
Loading…
Reference in a new issue