diff --git a/package.json b/package.json index bfb502d..a3a7f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cba-components", - "version": "1.2.1", + "version": "1.2.2", "description": "This is a repository where the components for the Chromium Browser Automation project might live.", "main": "index.js", "bin": { diff --git a/src/cba-list/cba-list.js b/src/cba-list/cba-list.js index 11a20e3..9e08be5 100644 --- a/src/cba-list/cba-list.js +++ b/src/cba-list/cba-list.js @@ -70,7 +70,7 @@ export class List extends HTMLElement /** * Populate and render items ensuring the ids and sorting - * @param {Array} rowItems Items, item contains of: {id, data, text} + * @param {ListItem[]|ListSubItem[]} rowItems Items, item contains of: {id, data, text} */ set items(rowItems) {