Revised the documentation of the JavaScript summary editor.
This commit is contained in:
parent
bf2f96621d
commit
b8b87714eb
@ -58,25 +58,25 @@ class SummaryEditor {
|
|||||||
#entryType;
|
#entryType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The current tab.
|
* The current tab
|
||||||
* @type {TabPlane}
|
* @type {TabPlane}
|
||||||
*/
|
*/
|
||||||
currentTab;
|
currentTab;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The summary input.
|
* The summary input
|
||||||
* @type {HTMLInputElement}
|
* @type {HTMLInputElement}
|
||||||
*/
|
*/
|
||||||
summary;
|
summary;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The number input.
|
* The number input
|
||||||
* @type {HTMLInputElement}
|
* @type {HTMLInputElement}
|
||||||
*/
|
*/
|
||||||
number;
|
number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The note.
|
* The note
|
||||||
* @type {HTMLInputElement}
|
* @type {HTMLInputElement}
|
||||||
*/
|
*/
|
||||||
note;
|
note;
|
||||||
|
Loading…
Reference in New Issue
Block a user