mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 05:33:06 +02:00
clean up comments
This commit is contained in:
@@ -8,6 +8,7 @@ import { formatDateId } from './util.js';
|
||||
*/
|
||||
export function TodoFrameDays(el) {
|
||||
const RANGE = 14;
|
||||
|
||||
let todoData = {
|
||||
items: [],
|
||||
at: formatDateId(new Date()),
|
||||
|
Reference in New Issue
Block a user