Added missing super call.

This commit is contained in:
Martin Edenhofer 2013-03-08 12:01:26 +01:00
parent bae7552cda
commit 2111902015

View file

@ -46,6 +46,7 @@ class _Singleton extends App.Controller
client_id: undefined
constructor: (@args) ->
super
# bind to send messages
App.Event.bind 'ws:send', (data) =>