From 24415018b7dad709ac59eb7006124fc427caf9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 4 Mar 2023 13:44:28 +0800 Subject: [PATCH] Reordered the properties in the JavaScript SummeryHelper class. --- src/accounting/static/js/summary-editor.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/accounting/static/js/summary-editor.js b/src/accounting/static/js/summary-editor.js index f23003d..e0ed5b2 100644 --- a/src/accounting/static/js/summary-editor.js +++ b/src/accounting/static/js/summary-editor.js @@ -38,6 +38,12 @@ class SummaryEditor { */ #form; + /** + * The prefix of the HTML ID and class + * @type {string} + */ + prefix; + /** * The modal of the summary editor * @type {HTMLFormElement} @@ -50,12 +56,6 @@ class SummaryEditor { */ #entryType; - /** - * The prefix of the HTML ID and class - * @type {string} - */ - prefix; - /** * The current tab. * @type {TabPlane}