diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-07-16 13:19:26 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-16 00:19:26 -0400 |
commit | 9c454998646ef49f652bc919f53503ed07a1c55c (patch) | |
tree | a6275bdefa3da50cae08c6c0f753d816215d9602 /js/window.ts | |
parent | bd6ebb32df11641e148fd0adca41e7188f16afce (diff) |
Support window.onload (#2643)
Diffstat (limited to 'js/window.ts')
-rw-r--r-- | js/window.ts | 1 |
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 |