diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-06-14 22:44:51 +0000 |
|---|---|---|
| committer | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-06-14 22:45:02 +0000 |
| commit | 6bd3951d31f791cb05d835d10ddcc0146ff50bfc (patch) | |
| tree | 05af7c028e4e07e13c6d405998de633d6d31ffbf /frontend/src/components/DeckyToasterState.tsx | |
| parent | 48e79f803a93d8ec52c54f8844a5671f34a4cbe7 (diff) | |
| download | decky-loader-6bd3951d31f791cb05d835d10ddcc0146ff50bfc.tar.gz decky-loader-6bd3951d31f791cb05d835d10ddcc0146ff50bfc.zip | |
add docstring for emit
Diffstat (limited to 'frontend/src/components/DeckyToasterState.tsx')
| -rw-r--r-- | frontend/src/components/DeckyToasterState.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyToasterState.tsx b/frontend/src/components/DeckyToasterState.tsx index 715ed76d..ebe90b23 100644 --- a/frontend/src/components/DeckyToasterState.tsx +++ b/frontend/src/components/DeckyToasterState.tsx @@ -6,7 +6,6 @@ interface PublicDeckyToasterState { } export class DeckyToasterState { - // TODO a set would be better private _toasts: Set<ToastData> = new Set(); public eventBus = new EventTarget(); |
