Skip to content

Commit

Permalink
Add ; so some ofbfuscators does not break
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasimon authored Dec 11, 2019
1 parent 9534531 commit 70dd3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 70dd3da

Please sign in to comment.