Fix jsdoc

This commit is contained in:
Bartek Fabiszewski 2019-11-18 11:53:39 +01:00
parent 7ed83557e6
commit d91f382c52

View File

@ -18,9 +18,8 @@
*/
/**
* @interface
* @member {string} listId
* @member {string} listValue
* @property {string} listId
* @property {string} listValue
*/
export default class uListItem {
/**