2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00

Annotations

This commit is contained in:
2022-06-16 04:51:43 +03:00
parent 89d8e5b627
commit fffce4d595
7 changed files with 101 additions and 54 deletions

View File

@ -145,8 +145,8 @@ export default class DistributedResource extends IResource
}
};
// get expansion
func.help = self.instance.template.functions[ft.index].expansion;
// get annotation
func.help = self.instance.template.functions[ft.index].annotation;
return func;
};