From 94fff6ff625be9fbbb54db53d9acec63f0919370 Mon Sep 17 00:00:00 2001 From: timmywil Date: Mon, 4 Apr 2011 14:22:58 -0400 Subject: [PATCH] Remove the unused radiocheck regex --- src/attributes.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", -- 2.39.5