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: 3a6932e11b5a0ef3a4aefa998f6e37857cf694a0 (plain)
1
2
3
4
5
define( function() {

	// [[Class]] -> type pairs
	return {};
} );