diff options
Diffstat (limited to 'js/event_target.ts')
-rw-r--r-- | js/event_target.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/event_target.ts b/js/event_target.ts index 3226fde96..112ad1705 100644 --- a/js/event_target.ts +++ b/js/event_target.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"; /* TODO: This is an incomplete implementation to provide functionality |