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

support.js « event « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c4d416e5a612c8f209db79019b9e6911be00511 (plain)
1
2
3
4
5
6
7
8
9
define( [
	"../var/support"
], function( support ) {

support.focusin = "onfocusin" in window;

return support;

} );