Skip to content
Permalink
Browse files
#8044 Removes unnec. rnonword var
  • Loading branch information
rwaldron committed Jan 25, 2011
1 parent 294df4f commit 8d05055
Showing 1 changed file with 0 additions and 3 deletions.
@@ -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/,

0 comments on commit 8d05055

Please sign in to comment.