Remove the unused radiocheck regex
This commit is contained in:
parent
64a0005a3b
commit
94fff6ff62
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ var rclass = /[\n\t\r]/g,
|
||||||
rspecialurl = /^(?:href|src|style)$/,
|
rspecialurl = /^(?:href|src|style)$/,
|
||||||
rtype = /^(?:button|input)$/i,
|
rtype = /^(?:button|input)$/i,
|
||||||
rfocusable = /^(?:button|input|object|select|textarea)$/i,
|
rfocusable = /^(?:button|input|object|select|textarea)$/i,
|
||||||
rclickable = /^a(?:rea)?$/i,
|
rclickable = /^a(?:rea)?$/i;
|
||||||
rradiocheck = /^(?:radio|checkbox)$/i;
|
|
||||||
|
|
||||||
jQuery.props = {
|
jQuery.props = {
|
||||||
"for": "htmlFor",
|
"for": "htmlFor",
|
||||||
|
|
Loading…
Add table
Reference in a new issue