Skip to content

Commit

Permalink
Merge pull request #223 from holloway/master
Browse files Browse the repository at this point in the history
Updating sockjs-client CDN URL
  • Loading branch information
brycekahle committed Oct 11, 2017
2 parents 9c141cc + e6eeb42 commit d7bf959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sockjs.coffee
Expand Up @@ -143,7 +143,7 @@ class Server extends events.EventEmitter
heartbeat_delay: 25000
disconnect_delay: 5000
log: (severity, line) -> console.log(line)
sockjs_url: 'https://cdn.jsdelivr.net/sockjs/1.0.1/sockjs.min.js'
sockjs_url: 'https://cdn.jsdelivr.net/sockjs/1/sockjs.min.js'
if user_options
utils.objectExtend(@options, user_options)

Expand Down

0 comments on commit d7bf959

Please sign in to comment.