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

indexOf.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: 5283841b23144940f66325786699199e5e15e204 (plain)
1
2
3
4
5
define( [
	"./arr"
], function( arr ) {
	return arr.indexOf;
} );