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

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