Skip to content

Commit

Permalink
Merge pull request #63 from igorw/latest-sockjs-url
Browse files Browse the repository at this point in the history
Update default value of sockjs_url to point to 0.3 client
  • Loading branch information
majek committed May 9, 2012
2 parents 9de33dd + ec5a0a0 commit 1c719e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sockjs.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class Server extends events.EventEmitter
heartbeat_delay: 25000 heartbeat_delay: 25000
disconnect_delay: 5000 disconnect_delay: 5000
log: (severity, line) -> console.log(line) log: (severity, line) -> console.log(line)
sockjs_url: 'http://cdn.sockjs.org/sockjs-0.2.min.js' sockjs_url: 'http://cdn.sockjs.org/sockjs-0.3.min.js'
if user_options if user_options
utils.objectExtend(@options, user_options) utils.objectExtend(@options, user_options)


Expand Down

0 comments on commit 1c719e0

Please sign in to comment.