diff options
Diffstat (limited to 'js/dom_file.ts')
-rw-r--r-- | js/dom_file.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dom_file.ts b/js/dom_file.ts index 2c225248b..88d8ba4a9 100644 --- a/js/dom_file.ts +++ b/js/dom_file.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as domTypes from "./dom_types"; import * as blob from "./blob"; |