remove global_eval.ts (#1813)

This commit is contained in:
Yoshiya Hinosawa 2019-02-20 11:42:19 +09:00 committed by Ryan Dahl
parent a5720d9e28
commit c4e3728575
10 changed files with 18 additions and 35 deletions

View file

@ -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);