mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 12:51:43 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { TodoList } from './TodoList.js';
|
||||
import { formatDate, formatDayOfWeek } from './util.js';
|
||||
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
*/
|
||||
export function TodoDay(el) {
|
||||
const state = {
|
||||
dateId: el.dataset.key,
|
||||
|
Reference in New Issue
Block a user