Skip to content

Commit ec5a0a0

Browse files
committed
Update default value of sockjs_url to point to 0.3 client
1 parent 9de33dd commit ec5a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sockjs.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Server extends events.EventEmitter
138138
heartbeat_delay: 25000
139139
disconnect_delay: 5000
140140
log: (severity, line) -> console.log(line)
141-
sockjs_url: 'http://cdn.sockjs.org/sockjs-0.2.min.js'
141+
sockjs_url: 'http://cdn.sockjs.org/sockjs-0.3.min.js'
142142
if user_options
143143
utils.objectExtend(@options, user_options)
144144

0 commit comments

Comments
 (0)