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

dataPriv.js « var « data « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a1343ce1a0fa0d4a25645fe8a9d8831e18d28a2 (plain)
1
2
3
4
5
define( [
	"../Data"
], function( Data ) {
	return new Data();
} );