diff options
Diffstat (limited to 'js/timers.ts')
-rw-r--r-- | js/timers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/timers.ts b/js/timers.ts index 35744f672..96bfc8c0f 100644 --- a/js/timers.ts +++ b/js/timers.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 { assert } from "./util"; import * as msg from "gen/msg_generated"; import * as flatbuffers from "./flatbuffers"; |