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

nonce.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: 0871aae881074b442e0cea950421201f50ad9a35 (plain)
1
2
3
4
5
define([
	"../../core"
], function( jQuery ) {
	return jQuery.now();
});