mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-21 05:11:20 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -2,6 +2,9 @@ import { AppDraggable } from './AppDraggable.js';
|
||||
import { AppIcon } from './AppIcon.js';
|
||||
import { TodoList } from './TodoList.js';
|
||||
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
*/
|
||||
export function TodoCustomList(el) {
|
||||
const state = {
|
||||
list: null,
|
||||
|
Reference in New Issue
Block a user