Ticket #4169: 4169.patch
| File 4169.patch, 476 bytes (added by initjh, 4 years ago) |
|---|
-
src/selector.js
427 427 } 428 428 return false; 429 429 } 430 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { 430 } else if ( match[1] === "has" ){ 431 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { 431 432 return true; 432 433 } 433 434
