From 70dd3da5b879925f8a195b9ef9fc41b651d011b6 Mon Sep 17 00:00:00 2001 From: Jakub Simon Date: Wed, 11 Dec 2019 14:18:05 +0100 Subject: [PATCH] Add `;` so some ofbfuscators does not break --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7d9a8be..ebb4e6d 100644 --- a/index.js +++ b/index.js @@ -127,7 +127,7 @@ // There is a bug in Safari 10.1 and `Proxy`ing it is not enough. var forSureUsePolyfill = !decodesPlusesCorrectly; - var useProxy = (!forSureUsePolyfill && nativeURLSearchParams && !isSupportObjectConstructor && self.Proxy) + var useProxy = (!forSureUsePolyfill && nativeURLSearchParams && !isSupportObjectConstructor && self.Proxy); /* * Apply polifill to global object and append other prototype into it */