Welcome to mirror list, hosted at ThFree Co, Russian Federation.

location.js « var « ajax « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff9578e99361d43f3e4ed6b027435e3756020938 (plain)
1
2
3
define( function() {
	return window.location;
} );