Bug 1801529 - Fix jsdoc comments in mail/modules/CommandController.mjs. rs=me
This commit is contained in:
Родитель
4e2e555cc7
Коммит
8b14870e5d
|
@ -16,7 +16,7 @@ const commandController = {
|
|||
* Add a new command available in the current tab.
|
||||
*
|
||||
* @param {string} commandName - Name of the command to register
|
||||
* @param {(...args) => {}} callback - Callback to execute when the command is
|
||||
* @param {Function} callback - Callback to execute when the command is
|
||||
* triggered.
|
||||
* @param {boolean|() => boolean} [isEnabled = true] - Callback (or boolean)
|
||||
* whether the command is enabled.
|
||||
|
|
Загрузка…
Ссылка в новой задаче