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: 4c95394ac0bd9611954586456b04b7dd6e36b925 (plain)
1
2
3
define( function() {
	return ( /^(?:checkbox|radio)$/i );
} );