Skip to content

Commit

Permalink
Merge tag '1.9.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-ashley committed Sep 28, 2016
2 parents 35ad09d + 1a29be6 commit 07ee47b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "uBlock Origin",
"version": "1.9.8",
"version": "1.9.10",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down
2 changes: 1 addition & 1 deletion platform/edge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "uBlock Origin",
"version": "1.9.8",
"version": "1.9.10",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down
2 changes: 1 addition & 1 deletion platform/opera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "uBlock Origin",
"version": "1.9.8",
"version": "1.9.10",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down
2 changes: 1 addition & 1 deletion src/js/static-net-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ FilterContainer.prototype.fromCompiledContent = function(lineIter) {
if ( token === '.' ) {
if ( entry === undefined ) {
entry = new FilterHostnameDict();
bucket.set('.', new FilterHostnameDict());
bucket.set('.', entry);
}
// 'fclass' is hostname
if ( entry.add(fclass) === false ) {
Expand Down

0 comments on commit 07ee47b

Please sign in to comment.