mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 03:25:10 -05:00
#8044 Removes unnec. rnonword var
This commit is contained in:
@@ -26,9 +26,6 @@ var jQuery = function( selector, context ) {
|
||||
trimLeft = /^\s+/,
|
||||
trimRight = /\s+$/,
|
||||
|
||||
// Check for non-word characters
|
||||
rnonword = /\W/,
|
||||
|
||||
// Check for digits
|
||||
rdigit = /\d/,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user