From cb2be97a89411e4d47c9872abdc703a0256be9d9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 18 Feb 2019 22:45:36 -0500 Subject: [PATCH] review comment --- js/globals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/globals.ts b/js/globals.ts index 6ea712bc594a42..935890be4ee374 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -59,7 +59,7 @@ window.console = new consoleTypes.Console(libdeno.print); window.setTimeout = timers.setTimeout; window.setInterval = timers.setInterval; // tslint:disable-next-line:no-any -window.location = (undefined as any) as domTypes.Location; +window.location = (undefined as unknown) as domTypes.Location; // When creating the runtime type library, we use modifications to `window` to // determine what is in the global namespace. When we put a class in the