Skip to content

Commit

Permalink
Merge pull request #44 from tenerd/master
Browse files Browse the repository at this point in the history
Add `;` so some ofbfuscators does not break
  • Loading branch information
jerrybendy authored Dec 11, 2019
2 parents 9534531 + 70dd3da commit a7db58b
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 a7db58b

Please sign in to comment.