From: timmywil Date: Mon, 4 Apr 2011 18:22:58 +0000 (-0400) Subject: Remove the unused radiocheck regex X-Git-Tag: 1.6b1~28^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=94fff6ff625be9fbbb54db53d9acec63f0919370;p=jquery.git Remove the unused radiocheck regex --- diff --git a/src/attributes.js b/src/attributes.js index 4c59a675f..c8106e986 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -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",