Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit ed1a347

Browse files
committed
remove WorkerGlobalScope
1 parent bca9fcc commit ed1a347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper-end.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__global.System = System;
2020

21-
})(typeof window != 'undefined' ? window : (typeof WorkerGlobalScope != 'undefined' ? self : global));
21+
})(typeof window != 'undefined' ? window : (typeof global != 'undefined' ? global : self));

0 commit comments

Comments
 (0)