1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-05 18:32:30 +01:00

code review for 138e1bf558 (oops)

This commit is contained in:
Raymond Hill 2018-06-26 08:33:44 -04:00
parent 138e1bf558
commit bf0654b5ed
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -494,7 +494,7 @@
// Do not discard unknown pseudo-elements.
api.compileSelector = (function() {
var reAfterBeforeSelector = /^(.+?)(::?after|::?before|::[a-z-])$/,
var reAfterBeforeSelector = /^(.+?)(::?after|::?before|::[a-z-]+)$/,
reStyleSelector = /^(.+?):style\((.+?)\)$/,
reStyleBad = /url\([^)]+\)/,
reExtendedSyntax = /\[-(?:abp|ext)-[a-z-]+=(['"])(?:.+?)(?:\1)\]/,