diff options
Diffstat (limited to 'cli/js/location.ts')
-rw-r--r-- | cli/js/location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/location.ts b/cli/js/location.ts index d495f99ca..fdcae6abd 100644 --- a/cli/js/location.ts +++ b/cli/js/location.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { URL } from "./url.ts"; import { notImplemented } from "./util.ts"; import { Location } from "./dom_types.ts"; |