Skip to content

Commit f2cabf0

Browse files
committed
fix build
1 parent 7ffb641 commit f2cabf0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/controller/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,3 @@ export class ScramjetController {
158158
await this.#saveConfig();
159159
}
160160
}
161-
162-
window.ScramjetController = ScramjetController;

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ declare global {
5353
COOKIE: string;
5454
WASM: string;
5555
REAL_WASM: Uint8Array;
56-
ScramjetController: typeof ScramjetController;
5756

5857
// the scramjet client belonging to a window
5958
[SCRAMJETCLIENT]: ScramjetClient;

0 commit comments

Comments
 (0)