1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

Fix ESLint globals error in biditrie.js (#3850)

This commit is contained in:
Manish Jethani 2021-08-23 20:40:49 +05:30 committed by GitHub
parent d959c7aabe
commit 925c01dc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@
Home: https://github.com/gorhill/uBlock
*/
/* globals WebAssembly, vAPI */
'use strict';
/*******************************************************************************