Reordered the properties in the JavaScript SummeryHelper class.
This commit is contained in:
parent
c50b9a2000
commit
24415018b7
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user