github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/static/libs/sockjs-client-1.1.0/lib/location.js (about)

     1  'use strict';
     2  
     3  module.exports = global.location || {
     4    origin: 'http://localhost:80'
     5  , protocol: 'http'
     6  , host: 'localhost'
     7  , port: 80
     8  , href: 'http://localhost/'
     9  , hash: ''
    10  };