Revised the documentation of the JavaScript summary editor.
This commit is contained in:
parent
bf2f96621d
commit
b8b87714eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user