#8044 Removes unnec. rnonword var
This commit is contained in:
parent
294df4fdcb
commit
8d050558d3
|
@ -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/,
|
||||
|
||||
|
|
Loading…
Reference in a new issue