From 1eb1ad616069ab103ceecf48c48514f51dd5d5ac Mon Sep 17 00:00:00 2001 From: timmywil Date: Fri, 18 Nov 2011 11:45:12 -0500 Subject: [PATCH] Remove rdigit now that it is no longer necessary --- src/core.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core.js b/src/core.js index e56394bf6..2fa9d8b88 100644 --- a/src/core.js +++ b/src/core.js @@ -26,9 +26,6 @@ var jQuery = function( selector, context ) { trimLeft = /^\s+/, trimRight = /\s+$/, - // Check for digits - rdigit = /\d/, - // Match a standalone tag rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, -- 2.39.5