source:
trip-planner-front/node_modules/sockjs-client/lib/entry.js@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 244 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | |
3 | var transportList = require('./transport-list'); |
4 | |
5 | module.exports = require('./main')(transportList); |
6 | |
7 | // TODO can't get rid of this until all servers do |
8 | if ('_sockjs_onload' in global) { |
9 | setTimeout(global._sockjs_onload, 1); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.