0.1.11 #14
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user