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