diff --git a/fetch.js b/fetch.js index f1d6b46f..cd1b1e23 100644 --- a/fetch.js +++ b/fetch.js @@ -1,5 +1,4 @@ -var global = - (typeof self !== 'undefined' && self) || +var global = (typeof self !== 'undefined' && self) || (typeof global !== 'undefined' && global) var support = {