1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
Raymond Hill 2018-05-05 08:14:29 -04:00
parent e5d5d9eaf6
commit 8dd22c848a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -54,7 +54,7 @@
var µb = µBlock,
reHostnameSeparator = /\s*,\s*/,
reHasUnicode = /[^\x00-\x7F]/,
reParseRegexLiteral = /^\/(.+)\/([im]+)?$/,
reParseRegexLiteral = /^\/(.+)\/([imu]+)?$/,
emptyArray = [],
parsed = {
hostnames: [],