mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-21 13:21:29 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -2,6 +2,9 @@ import { AppSortable } from './AppSortable.js';
|
||||
import { TodoItem } from './TodoItem.js';
|
||||
import { TodoItemInput } from './TodoItemInput.js';
|
||||
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
*/
|
||||
export function TodoList(el) {
|
||||
const state = {
|
||||
items: [],
|
||||
|
Reference in New Issue
Block a user