mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Stupid jquery syntax highlighting bug in textmate.
This commit is contained in:
parent
a3a22f16a3
commit
63d6e792fb
1 changed files with 1 additions and 1 deletions
2
media/js/jquery-1.5.1.js
vendored
2
media/js/jquery-1.5.1.js
vendored
|
@ -4515,7 +4515,7 @@ if ( document.querySelectorAll ) {
|
||||||
|
|
||||||
if ( !Sizzle.isXML( node ) ) {
|
if ( !Sizzle.isXML( node ) ) {
|
||||||
try {
|
try {
|
||||||
if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) {
|
if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !(/!=/).test( expr ) ) {
|
||||||
return matches.call( node, expr );
|
return matches.call( node, expr );
|
||||||
}
|
}
|
||||||
} catch(e) {}
|
} catch(e) {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue