mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 11:44:10 +01:00
Use [foo] instead of foo[] consistently in source doc type annotations.
This commit is contained in:
@@ -129,7 +129,7 @@ const Mail = Module("mail", {
|
||||
|
||||
get currentFolder() gFolderTreeView.getSelectedFolders()[0],
|
||||
|
||||
/** @property {nsISmtpServer[]} The list of configured SMTP servers. */
|
||||
/** @property {[nsISmtpServer]} The list of configured SMTP servers. */
|
||||
get smtpServers() {
|
||||
let servers = services.smtp.smtpServers;
|
||||
let res = [];
|
||||
|
||||
Reference in New Issue
Block a user