mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 13:43:06 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
*/
|
||||
export function AppCollapsible(el) {
|
||||
const state = {
|
||||
show: true,
|
||||
|
Reference in New Issue
Block a user