diff options
Diffstat (limited to 'js/globals.ts')
-rw-r--r-- | js/globals.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/globals.ts b/js/globals.ts index 9bd0584b2..45a4ccb01 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -56,7 +56,6 @@ window.clearInterval = timers.clearTimer; 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 unknown) as domTypes.Location; // When creating the runtime type library, we use modifications to `window` to |