Skip to content

Commit 8678afd

Browse files
committed
fix: give access to ViewModelSubscriptions#listeners
1 parent 7cdb91f commit 8678afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viewmodels/ViewModelSubscriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please see LICENSE files in the repository root for full details.
66
*/
77

88
export class ViewModelSubscriptions {
9-
private listeners = new Set<() => void>();
9+
public listeners = new Set<() => void>();
1010

1111
public constructor(private updateSubscription: () => void) {}
1212

0 commit comments

Comments
 (0)