diff options
Diffstat (limited to 'js/event.ts')
-rw-r--r-- | js/event.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/event.ts b/js/event.ts index 29fd8177b..b0d16ff0a 100644 --- a/js/event.ts +++ b/js/event.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 { getPrivateValue } from "./util"; |