mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
remove global_eval.ts (#1813)
This commit is contained in:
parent
a5720d9e28
commit
c4e3728575
10 changed files with 18 additions and 35 deletions
|
@ -2,7 +2,7 @@
|
|||
import { URL } from "./url";
|
||||
import { notImplemented } from "./util";
|
||||
import { Location } from "./dom_types";
|
||||
import { window } from "./globals";
|
||||
import { window } from "./window";
|
||||
|
||||
export function setLocation(url: string): void {
|
||||
window.location = new LocationImpl(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue