Skip to content

Commit

Permalink
fix: command bar command type (#5168)
Browse files Browse the repository at this point in the history
fixes type in doc comment to be consistent with ace.d.ts
  • Loading branch information
akoreman authored May 13, 2023
1 parent 64c7758 commit 64c8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/command_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class CommandBarTooltip {
* toolbar, the remaining elements are added to the overflow menu.
*
* @param {string} id
* @param {CommandBarCommand} command
* @param {TooltipCommand} command
*/
registerCommand(id, command) {
var registerForMainTooltip = Object.keys(this.commands).length < this.maxElementsOnTooltip;
Expand Down

0 comments on commit 64c8253

Please sign in to comment.