Skip to content
Permalink
9d5e76b215
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
5 lines (4 sloc) 79 Bytes
define( function() {
"use strict";
return ( /^(?:checkbox|radio)$/i );
} );