Reordered the properties in the JavaScript SummeryHelper class.

This commit is contained in:
依瑪貓 2023-03-04 13:44:28 +08:00
parent c50b9a2000
commit 24415018b7

View File

@ -38,6 +38,12 @@ class SummaryEditor {
*/ */
#form; #form;
/**
* The prefix of the HTML ID and class
* @type {string}
*/
prefix;
/** /**
* The modal of the summary editor * The modal of the summary editor
* @type {HTMLFormElement} * @type {HTMLFormElement}
@ -50,12 +56,6 @@ class SummaryEditor {
*/ */
#entryType; #entryType;
/**
* The prefix of the HTML ID and class
* @type {string}
*/
prefix;
/** /**
* The current tab. * The current tab.
* @type {TabPlane} * @type {TabPlane}