mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 21:18:03 -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