Remove rdigit now that it is no longer necessary

This commit is contained in:
timmywil 2011-11-18 11:45:12 -05:00
parent fb94277b6e
commit 1eb1ad6160

View File

@ -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>)?$/,