Remove the unused radiocheck regex
This commit is contained in:
parent
64a0005a3b
commit
94fff6ff62
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue