mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Remove the unused radiocheck regex
This commit is contained in:
@@ -6,8 +6,7 @@ var rclass = /[\n\t\r]/g,
|
||||
rspecialurl = /^(?:href|src|style)$/,
|
||||
rtype = /^(?:button|input)$/i,
|
||||
rfocusable = /^(?:button|input|object|select|textarea)$/i,
|
||||
rclickable = /^a(?:rea)?$/i,
|
||||
rradiocheck = /^(?:radio|checkbox)$/i;
|
||||
rclickable = /^a(?:rea)?$/i;
|
||||
|
||||
jQuery.props = {
|
||||
"for": "htmlFor",
|
||||
|
||||
Reference in New Issue
Block a user