Projekt

Obecné

Profil

Stáhnout (178 Bajtů) Statistiky
| Větev: | Revize:
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
};
(8-8/12)