diff options
Diffstat (limited to 'js/global_eval.ts')
-rw-r--r-- | js/global_eval.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/global_eval.ts b/js/global_eval.ts index b7c928190..b447c9954 100644 --- a/js/global_eval.ts +++ b/js/global_eval.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. /** If you use the eval function indirectly, by invoking it via a reference * other than eval, as of ECMAScript 5 it works in the global scope rather than |