Unified the documentation of the JavaScript prefix attribute.

This commit is contained in:
依瑪貓 2023-03-23 07:08:40 +08:00
parent 7ed13dc0af
commit fa1dedf207
6 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ class DescriptionEditor {
#form;
/**
* The prefix of the HTML ID and class
* The prefix of the HTML ID and class names
* @type {string}
*/
prefix;
@ -278,7 +278,7 @@ class TabPlane {
editor;
/**
* The prefix of the HTML ID and classes
* The prefix of the HTML ID and class names
* @type {string}
*/
prefix;

View File

@ -548,7 +548,7 @@ class DebitCreditSubForm {
debitCredit;
/**
* The prefix of the HTML ID and class
* The prefix of the HTML ID and class names
* @type {string}
*/
#prefix;

View File

@ -53,7 +53,7 @@ class JournalEntryLineItemEditor {
debitCredit;
/**
* The prefix of the HTML ID and class
* The prefix of the HTML ID and class names
* @type {string}
*/
#prefix = "accounting-line-item-editor"

View File

@ -197,7 +197,7 @@ class RecurringExpenseIncomeSubForm {
editor;
/**
* The prefix of HTML ID and class
* The prefix of the HTML ID and class names
* @type {string}
*/
#prefix;

View File

@ -35,7 +35,7 @@ class OriginalLineItemSelector {
lineItemEditor;
/**
* The prefix of the HTML ID and class
* The prefix of the HTML ID and class names
* @type {string}
*/
#prefix = "accounting-original-line-item-selector";

View File

@ -88,7 +88,7 @@ class TabPlane {
chooser;
/**
* The prefix of the HTML ID and class
* The prefix of the HTML ID and class names
* @type {string}
*/
prefix;