refactor(datepicker): removed comment

This commit is contained in:
Sarah Vaupel 2019-08-13 18:06:10 +02:00
parent 1eccb0ee4a
commit d4ebed120d

View File

@ -4,12 +4,6 @@ import { Utility } from '../../core/utility';
const FORM_DATE_FORMAT = 'yyyy-mm-dd"T"HH:MM:ss';
/* TODO:
- DONE define a map of form id to instance lists
- DONE define a function that formats all dates of a form with a specified id
- WIP call this function where formdata appears in mass-input.js, async-form.js and async-table.js
*/
const DATEPICKER_UTIL_SELECTOR = 'input[type="date"], input[type="time"], input[type="datetime-local"]';
const DATEPICKER_INITIALIZED_CLASS = 'datepicker--initialized';