Skip to content

Commit

Permalink
fix small typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Engelhardt committed May 11, 2008
1 parent aec0dad commit 6aa4200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selector.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jQuery.extend({
// Match: :contains('foo') // Match: :contains('foo')
/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/, /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,


// Match: :even, :last-chlid, #id, .class // Match: :even, :last-child, #id, .class
new RegExp("^([:.#]*)(" + chars + "+)") new RegExp("^([:.#]*)(" + chars + "+)")
], ],


Expand Down

0 comments on commit 6aa4200

Please sign in to comment.