mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-23 22:24:39 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -17,6 +17,9 @@ const datesRow = `
|
||||
</tr>
|
||||
`;
|
||||
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
*/
|
||||
export function AppDatePicker(el) {
|
||||
const now = new Date();
|
||||
const state = {
|
||||
|
Reference in New Issue
Block a user