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

Commit

Permalink
refactor(universal/mock): remove GLOBAL
Browse files Browse the repository at this point in the history
is removed from node
nodejs/node#1838
  • Loading branch information
PatrickJS committed Mar 9, 2016
1 parent 6e72195 commit ff0cf96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/universal/src/node/mock/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ let writableAttributes = [
"onwaiting"
].map(beDefensive);

declare var GLOBAL: any;

(<any>global).window = win;
(<any>GLOBAL).window = win;

export var window = win;

0 comments on commit ff0cf96

Please sign in to comment.