Skip to content

Commit b4c7fe3

Browse files
committed
jsdoc: Document new parameter
1 parent 2584490 commit b4c7fe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config/IncludesSettingsUI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class IncludesSettingsUI {
2020
/**
2121
* Creates a new instance of IncludesSettingsUI
2222
* @param plugin The Tasks plugin instance
23+
* @param events The plugin's events object
2324
*/
2425
constructor(plugin: TasksPlugin, events: TasksEvents) {
2526
this.plugin = plugin;

0 commit comments

Comments
 (0)