Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit ff0cf96

Browse files
committed
refactor(universal/mock): remove GLOBAL
is removed from node nodejs/node#1838
1 parent 6e72195 commit ff0cf96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/universal/src/node/mock/window.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ let writableAttributes = [
177177
"onwaiting"
178178
].map(beDefensive);
179179

180-
declare var GLOBAL: any;
181180

182181
(<any>global).window = win;
183-
(<any>GLOBAL).window = win;
184182

185183
export var window = win;

0 commit comments

Comments
 (0)