mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix #2882
This commit is contained in:
parent
8e064d6b04
commit
a1350b8cff
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
// https://github.com/chrisaljoudi/uBlock/issues/456
|
||||
// https://github.com/gorhill/uBlock/issues/2029
|
||||
|
||||
if ( self.vAPI !== undefined ) { // >>>>>>>> start of HUGE-IF-BLOCK
|
||||
if ( typeof vAPI !== undefined ) { // >>>>>>>> start of HUGE-IF-BLOCK
|
||||
|
||||
/******************************************************************************/
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue