Remove the unused radiocheck regex

This commit is contained in:
timmywil 2011-04-04 14:22:58 -04:00
parent 64a0005a3b
commit 94fff6ff62

View file

@ -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",