sp-magic.de/bower_components/jquery/src/manipulation/var/rcheckableType.js

4 lines
63 B
JavaScript
Raw Normal View History

2016-10-28 17:56:41 +00:00
define( function() {
return ( /^(?:checkbox|radio)$/i );
} );