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