mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix ESLint globals error in biditrie.js (#3850)
This commit is contained in:
parent
d959c7aabe
commit
925c01dc14
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
|||
Home: https://github.com/gorhill/uBlock
|
||||
*/
|
||||
|
||||
/* globals WebAssembly, vAPI */
|
||||
|
||||
'use strict';
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
|
|||
Loading…
Reference in a new issue