mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
delete useless globals
This commit is contained in:
parent
4ce4226afa
commit
7f0663425a
5 changed files with 30 additions and 31 deletions
|
@ -15,8 +15,6 @@ import "./scope.ts";
|
|||
|
||||
declare global {
|
||||
interface Window {
|
||||
__location: Location;
|
||||
__window: Window;
|
||||
//@ts-ignore scope function cant be typed
|
||||
__s: any;
|
||||
}
|
||||
|
@ -37,4 +35,4 @@ for (const script of scripts) {
|
|||
|
||||
script.insertAdjacentElement("afterend", clone);
|
||||
script.remove();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue