From a97e59e5cfad8f07bc7a2aadbfbca053afe6eac7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 29 Dec 2019 23:38:47 +0100 Subject: [PATCH] cleanup todos --- Views/FormView.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Views/FormView.js b/Views/FormView.js index b20c9f3..2a266b0 100644 --- a/Views/FormView.js +++ b/Views/FormView.js @@ -7,14 +7,10 @@ import { Input } from '../UI/Component/Input.js'; * the browser but through this view. The view also provides additional functionality for non-default * form elements such as canvas etc. * - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @since 1.0.0 - * - * @todo expand this so any element can become a "form" e.g. table, div etc. - * Simply add data-method, data-action - * Expand the getData() and some other function to consider this + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @since 1.0.0 */ export class FormView { /**