Skip to content

Commit

Permalink
#8044 Removes unnec. rnonword var
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 25, 2011
1 parent 294df4f commit 8d05055
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core.js
Expand Up @@ -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/,

Expand Down

0 comments on commit 8d05055

Please sign in to comment.