summaryrefslogtreecommitdiff
path: root/website/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/app.js')
-rw-r--r--website/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/app.js b/website/app.js
index d3b90b297..cf5734136 100644
--- a/website/app.js
+++ b/website/app.js
@@ -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.
export async function getJson(path) {
return (await fetch(path)).json();