diff options
Diffstat (limited to 'cli/js/dom_util.ts')
-rw-r--r-- | cli/js/dom_util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/dom_util.ts b/cli/js/dom_util.ts index 725a35aaf..5780d9c52 100644 --- a/cli/js/dom_util.ts +++ b/cli/js/dom_util.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Utility functions for DOM nodes import * as domTypes from "./dom_types.ts"; |