fix bad test: regression from fdcc9515

This commit is contained in:
gorhill 2017-08-24 17:54:27 -04:00
parent 8758dfc061
commit c31d29c2e3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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
/******************************************************************************/
/******************************************************************************/