diff options
Diffstat (limited to 'cli/js/web/location.ts')
-rw-r--r-- | cli/js/web/location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/location.ts b/cli/js/web/location.ts index 862a4c1e4..9b59842b7 100644 --- a/cli/js/web/location.ts +++ b/cli/js/web/location.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { URL } from "./url.ts"; import { notImplemented } from "../util.ts"; -import { DOMStringList, Location } from "./dom_types.ts"; +import { DOMStringList, Location } from "./dom_types.d.ts"; import { getDOMStringList } from "./dom_util.ts"; export class LocationImpl implements Location { |