%PDF- %PDF-
| Direktori : /data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/util/ |
| Current File : //data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/util/browser-location.js |
define('util/browser-location', [
'exports'
],
/**
* Simple shim for getting the browser's location object to allow it to be mocked
* during testing.
*/
function (
exports
) {
'use strict';
exports.location = window.location;
});