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