mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 03:25:13 -05:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
define( function() {
|
|
"use strict";
|
|
|
|
return ( /^(?:checkbox|radio)$/i );
|
|
} );
|