fix small typo in comment
This commit is contained in:
parent
aec0dad980
commit
6aa4200a8c
|
@ -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 + "+)")
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue