Skip to content

Commit 5d535a5

Browse files
authored
Merge pull request #267 from domenic/patch-1
Update browser.js shim to use self instead of window
2 parents f64a4c3 + 2c0a545 commit 5d535a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* eslint-env browser */
2-
module.exports = window.FormData;
2+
module.exports = self.FormData;

0 commit comments

Comments
 (0)