diff options
Diffstat (limited to 'js/form_data.ts')
-rw-r--r-- | js/form_data.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/form_data.ts b/js/form_data.ts index 8f89b54b5..f9a76b80b 100644 --- a/js/form_data.ts +++ b/js/form_data.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"; import * as domFile from "./dom_file"; |