diff options
Diffstat (limited to 'js/globals.ts')
-rw-r--r-- | js/globals.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/globals.ts b/js/globals.ts index 3e40db06c..d88e1b28d 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -56,8 +56,6 @@ declare global { export const window = globalEval("this"); window.window = window; -window.libdeno = null; - window.setTimeout = timers.setTimeout; window.setInterval = timers.setInterval; window.clearTimeout = timers.clearTimer; |