Stupid jquery syntax highlighting bug in textmate.

This commit is contained in:
Samuel Clay 2011-04-30 20:20:20 -04:00
parent a3a22f16a3
commit 63d6e792fb

View file

@ -4515,7 +4515,7 @@ if ( document.querySelectorAll ) {
if ( !Sizzle.isXML( node ) ) {
try {
if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) {
if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !(/!=/).test( expr ) ) {
return matches.call( node, expr );
}
} catch(e) {}