summaryrefslogtreecommitdiff
path: root/js/window.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/window.ts')
-rw-r--r--js/window.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/window.ts b/js/window.ts
index 6773ea5b2..3d3d6601f 100644
--- a/js/window.ts
+++ b/js/window.ts
@@ -1,5 +1,4 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-
// (0, eval) is indirect eval.
// See the links below for details:
// - https://stackoverflow.com/a/14120023