Skip to content

Commit

Permalink
Updating sockjs-client CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
holloway committed Dec 16, 2016
1 parent 9c141cc commit e6eeb42
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 e6eeb42

Please sign in to comment.