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

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