diff options
Diffstat (limited to 'cli/js/blob.ts')
-rw-r--r-- | cli/js/blob.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/blob.ts b/cli/js/blob.ts index 50ab7f374..e140477fb 100644 --- a/cli/js/blob.ts +++ b/cli/js/blob.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 * as domTypes from "./dom_types.ts"; import { containsOnlyASCII, hasOwnProperty } from "./util.ts"; import { TextEncoder } from "./text_encoding.ts"; |