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

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