From 19a2ff0ed750ea7e6e3492997965d8522087e2ca Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 31 Jul 2020 01:19:55 +0100 Subject: [PATCH] Update fetch.js --- fetch.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch.js b/fetch.js index cd1b1e23..b763a53a 100644 --- a/fetch.js +++ b/fetch.js @@ -1,5 +1,4 @@ -var global = (typeof self !== 'undefined' && self) || - (typeof global !== 'undefined' && global) +var global = (typeof self !== 'undefined' && self) || (typeof global !== 'undefined' && global) var support = { searchParams: 'URLSearchParams' in global,