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

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