Skip to content

Commit bfa9ed3

Browse files
Change to Fix breaking window object
1 parent dcabc4a commit bfa9ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/window-or-global.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// https://github.com/purposeindustries/window-or-global
33
module.exports = (typeof self === 'object' && self.self === self && self) ||
44
(typeof global === 'object' && global.global === global && global) ||
5-
{}
5+
this

0 commit comments

Comments
 (0)