From b8b87714eb7671ebfa0e62ff5eca4945faf4f1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 14 Mar 2023 01:17:54 +0800 Subject: [PATCH] Revised the documentation of the JavaScript summary editor. --- src/accounting/static/js/summary-editor.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;