]> source.dussan.org Git - jquery.git/commitdiff
Remove the unused radiocheck regex
authortimmywil <tim.willison@thisismedium.com>
Mon, 4 Apr 2011 18:22:58 +0000 (14:22 -0400)
committertimmywil <tim.willison@thisismedium.com>
Mon, 4 Apr 2011 18:22:58 +0000 (14:22 -0400)
src/attributes.js

index 4c59a675f7c5f36bc8d9924d5bd017a31bf7b6e3..c8106e986175e3f1d7ab89d11f19d77d2b8e7f66 100644 (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",