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

rcheckableType.js « var « manipulation « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c27a15dc477d3fae2d9c1338d2a3ee023f0a2147 (plain)
1
2
3
define(function() {
	return (/^(?:checkbox|radio)$/i);
});