diff options
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/custom_event.ts | 2 | ||||
-rw-r--r-- | cli/js/custom_event_test.ts | 2 |
2 files changed, 2 insertions, 2 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"; diff --git a/cli/js/custom_event_test.ts b/cli/js/custom_event_test.ts index 4d2eb2c16..a5b649812 100644 --- a/cli/js/custom_event_test.ts +++ b/cli/js/custom_event_test.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 { test, assertEquals } from "./test_util.ts"; test(function customEventInitializedWithDetail(): void { |