diff options
Diffstat (limited to 'js/util.ts')
-rw-r--r-- | js/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.ts b/js/util.ts index ec24ec5bd..f9ca6ced4 100644 --- a/js/util.ts +++ b/js/util.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 { TypedArray } from "./types"; let logDebug = false; |