mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Remove rdigit now that it is no longer necessary
This commit is contained in:
parent
fb94277b6e
commit
1eb1ad6160
@ -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>)?$/,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user