summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/jquery/src/manipulation/var/rcheckableType.js
blob: 25bbcb418843796377012c1b2ec2fefc30cc3d02 (plain)
1
2
3
4
5
define( function() {
	"use strict";

	return ( /^(?:checkbox|radio)$/i );
} );