type error
This commit is contained in:
parent
276f9108ab
commit
92e8baa5ac
@ -519,7 +519,7 @@ abstract class SignatureStruct {
|
||||
|
||||
constructor(x: any) {
|
||||
for (let k in x) {
|
||||
this.set(k[0], k[1]);
|
||||
this.set(x, x[k]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user