From 9c454998646ef49f652bc919f53503ed07a1c55c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 16 Jul 2019 13:19:26 +0900 Subject: Support window.onload (#2643) --- js/window.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/window.ts') 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 -- cgit v1.2.3