Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f486c93

Browse files
authored
Merge pull request #179 from chaitanya0bhagvan/patch-1
Change to Fix breaking window object
2 parents dcabc4a + bfa9ed3 commit f486c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/utils/window-or-global.js

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /