Skip to content

Commit

Permalink
Fix ESLint globals error in biditrie.js (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethani authored Aug 23, 2021
1 parent d959c7a commit 925c01d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/biditrie.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
Home: https://github.com/gorhill/uBlock
*/

/* globals WebAssembly, vAPI */

'use strict';

/*******************************************************************************
Expand Down

0 comments on commit 925c01d

Please sign in to comment.