diff --git a/src/accounting/static/js/summary-editor.js b/src/accounting/static/js/summary-editor.js index 008d795..6d0072b 100644 --- a/src/accounting/static/js/summary-editor.js +++ b/src/accounting/static/js/summary-editor.js @@ -58,25 +58,25 @@ class SummaryEditor { #entryType; /** - * The current tab. + * The current tab * @type {TabPlane} */ currentTab; /** - * The summary input. + * The summary input * @type {HTMLInputElement} */ summary; /** - * The number input. + * The number input * @type {HTMLInputElement} */ number; /** - * The note. + * The note * @type {HTMLInputElement} */ note;