mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
formating fix
This commit is contained in:
@@ -10,5 +10,5 @@ hubProxy.on('message', (message) => {
|
||||
|
||||
// connect
|
||||
connection.start({ jsonp: true })
|
||||
.done( () => { console.log('Now connected, connection ID=' + connection.id); })
|
||||
.fail( () =>{ console.log('Could not connect'); });
|
||||
.done(() => { console.log('Now connected, connection ID=' + connection.id); })
|
||||
.fail(() => { console.log('Could not connect'); });
|
||||
Reference in New Issue
Block a user