dsg

Results 2 issues of dsg

When I tried to use lightstring.js file in my project, I found out that BOSH transport wasn't concatenated alongside with other js files.

It seems that instances of Connection class have no method 'on' ``` var connection = new Lightstring.Connection('') connection.on('connect') TypeError: Object # has no method 'on' ```