Repair typo that caused annotations not to work properly with fromJS

This commit is contained in:
Tony Garnock-Jones 2022-06-16 10:10:38 +02:00
parent 73ae8ddba3
commit 1f495eef1e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export class Annotated<T = GenericEmbedded> implements Preservable<T>, PreserveW
this.item = item;
}
__as__preserve__(): Value<T> {
__as_preserve__(): Value<T> {
return this;
}