0.1.11 #14
@@ -27,7 +27,7 @@ export abstract class ReffuseNamespace<R> {
|
|||||||
declare ["constructor"]: ReffuseNamespaceClass<R>
|
declare ["constructor"]: ReffuseNamespaceClass<R>
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.useSubRefFromGetSet = this.useSubRefFromGetSet.bind(this as any) as any
|
this.SubRefFromGetSet = this.SubRefFromGetSet.bind(this as any) as any
|
||||||
this.SubRefFromPath = this.SubRefFromPath.bind(this as any) as any
|
this.SubRefFromPath = this.SubRefFromPath.bind(this as any) as any
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user