Skip to content

Commit

Permalink
Fix validating argument for :not() as procedural
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 5, 2022
1 parent 14d4340 commit 198689f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/static-filtering-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@ Parser.prototype.SelectorCompiler = class {
if ( this.querySelectable(s) === false ) {
return this.compileProcedural(s);
}
return s;
}

compileUpwardArgument(s) {
Expand Down

0 comments on commit 198689f

Please sign in to comment.