Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

entry.js 244B

12345678910
  1. 'use strict';
  2. var transportList = require('./transport-list');
  3. module.exports = require('./main')(transportList);
  4. // TODO can't get rid of this until all servers do
  5. if ('_sockjs_onload' in global) {
  6. setTimeout(global._sockjs_onload, 1);
  7. }