From d91f382c52b05818492f632d557c3e5be0fa800f Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Mon, 18 Nov 2019 11:53:39 +0100 Subject: [PATCH] Fix jsdoc --- js/src/listitem.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/src/listitem.js b/js/src/listitem.js index 19dc3b2..df28216 100644 --- a/js/src/listitem.js +++ b/js/src/listitem.js @@ -18,9 +18,8 @@ */ /** - * @interface - * @member {string} listId - * @member {string} listValue + * @property {string} listId + * @property {string} listValue */ export default class uListItem { /**