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

class2type.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: e674c3ba651c6ee6a6da0a4457cf705df5157440 (plain)
1
2
3
4
define(function() {
	// [[Class]] -> type pairs
	return {};
});