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

documentElement.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: e0c0aea6bb3087a6faeb3e6537c8b6585406a78a (plain)
1
2
3
4
5
define( [
	"./document"
], function( document ) {
	return document.documentElement;
} );