lightstring icon indicating copy to clipboard operation
lightstring copied to clipboard

Instances of Lightstring.Connection have no method `on`

Open nirth opened this issue 12 years ago • 0 comments

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'

nirth avatar Aug 08 '13 16:08 nirth