mirror of https://github.com/gorhill/uBlock.git
Fix ESLint globals error in biditrie.js (#3850)
This commit is contained in:
parent
d959c7aabe
commit
925c01dc14
|
@ -19,6 +19,8 @@
|
|||
Home: https://github.com/gorhill/uBlock
|
||||
*/
|
||||
|
||||
/* globals WebAssembly, vAPI */
|
||||
|
||||
'use strict';
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue