diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 05:27:27 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 05:27:27 -0400 |
commit | 47cfde452d5638fb7eb418a70ef775c03d25f91c (patch) | |
tree | 1abd26b8fceed0bd34ab76a48fd49a0b8ae24e5c | |
parent | 4936a4e5c20b6eb8c605724b7c874980cfb2b3b5 (diff) |
lint
-rw-r--r-- | main.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,7 +19,9 @@ let startCalled = false; // denoMain is needed to allow hooks into the system. // Also eventual snapshot support needs it. +// tslint:disable-next-line:no-any (window as any)["denoMain"] = () => { + // tslint:disable-next-line:no-any delete (window as any)["denoMain"]; initTimers(); |