add docstring for emit

This commit is contained in:
Party Wumpus
2024-06-14 22:44:51 +00:00
parent 48e79f803a
commit 6bd3951d31
3 changed files with 7 additions and 5 deletions
@@ -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();