Added missing super call.
This commit is contained in:
parent
bae7552cda
commit
2111902015
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class _Singleton extends App.Controller
|
||||||
client_id: undefined
|
client_id: undefined
|
||||||
|
|
||||||
constructor: (@args) ->
|
constructor: (@args) ->
|
||||||
|
super
|
||||||
|
|
||||||
# bind to send messages
|
# bind to send messages
|
||||||
App.Event.bind 'ws:send', (data) =>
|
App.Event.bind 'ws:send', (data) =>
|
||||||
|
|
Loading…
Reference in a new issue