source:
trip-planner-front/node_modules/sockjs-client/lib/entry.js@
bdd6491
Last change on this file since bdd6491 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 244 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.