From 385acd7b0a97bea055ffb5dceef16ffd5b0b9c9d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 8 Aug 2021 11:49:31 -0400 Subject: [PATCH] Fix eslint error --- src/js/hntrie.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/hntrie.js b/src/js/hntrie.js index 8208ad92e..5af943139 100644 --- a/src/js/hntrie.js +++ b/src/js/hntrie.js @@ -19,6 +19,8 @@ Home: https://github.com/gorhill/uBlock */ +/* globals self */ + 'use strict'; /*******************************************************************************