diff options
Diffstat (limited to 'cli/js/custom_event.ts')
-rw-r--r-- | cli/js/custom_event.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/custom_event.ts b/cli/js/custom_event.ts index 922abd4b1..2d94df56d 100644 --- a/cli/js/custom_event.ts +++ b/cli/js/custom_event.ts @@ -1,4 +1,4 @@ -// Copyright 2018 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 * as event from "./event.ts"; import { getPrivateValue, requiredArguments } from "./util.ts"; |