lightstring
lightstring copied to clipboard
Instances of Lightstring.Connection have no method `on`
It seems that instances of Connection class have no method 'on'
var connection = new Lightstring.Connection('')
connection.on('connect')
TypeError: Object #<Object> has no method 'on'