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

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