Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 19, 2019
1 parent e1fc6cb commit cb2be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/globals.ts
Expand Up @@ -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
Expand Down

0 comments on commit cb2be97

Please sign in to comment.