0.1.10 #13

Merged
Thilawyn merged 304 commits from next into master 2025-05-11 19:21:06 +02:00
Showing only changes of commit 0f761524fd - Show all commits

View File

@@ -21,6 +21,7 @@ export abstract class ReffuseNamespace<R> {
constructor() { constructor() {
this.SubscribeRefs = this.SubscribeRefs.bind(this as any) as any this.SubscribeRefs = this.SubscribeRefs.bind(this as any) as any
this.RefState = this.RefState.bind(this as any) as any this.RefState = this.RefState.bind(this as any) as any
this.SubscribeStream = this.SubscribeStream.bind(this as any) as any
} }