From c31d29c2e3305f7602f90846c539ce8d2933118d Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 24 Aug 2017 17:54:27 -0400 Subject: [PATCH] fix bad test: regression from fdcc9515 --- src/js/contentscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/contentscript.js b/src/js/contentscript.js index 7e9179613..acf63176a 100644 --- a/src/js/contentscript.js +++ b/src/js/contentscript.js @@ -81,7 +81,7 @@ // https://github.com/chrisaljoudi/uBlock/issues/456 // https://github.com/gorhill/uBlock/issues/2029 -if ( typeof vAPI !== undefined ) { // >>>>>>>> start of HUGE-IF-BLOCK +if ( typeof vAPI !== 'undefined' ) { // >>>>>>>> start of HUGE-IF-BLOCK /******************************************************************************/ /******************************************************************************/