diff --git a/src/public/app/widgets/type_widgets/type_widget.js b/src/public/app/widgets/type_widgets/type_widget.js index faa1ff98a..f3dd88317 100644 --- a/src/public/app/widgets/type_widgets/type_widget.js +++ b/src/public/app/widgets/type_widgets/type_widget.js @@ -39,8 +39,8 @@ export default class TypeWidget extends NoteContextAwareWidget { } /** - * FIXME: add async here to indicate promise? - */ + * @returns {Promise|*} promise resolving content or directly the content + */ getContent() {} focus() {}