Skip to content

Commit 64c8253

Browse files
authoredMay 13, 2023
fix: command bar command type (#5168)
fixes type in doc comment to be consistent with ace.d.ts
1 parent 64c7758 commit 64c8253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ext/command_bar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class CommandBarTooltip {
8383
* toolbar, the remaining elements are added to the overflow menu.
8484
*
8585
* @param {string} id
86-
* @param {CommandBarCommand} command
86+
* @param {TooltipCommand} command
8787
*/
8888
registerCommand(id, command) {
8989
var registerForMainTooltip = Object.keys(this.commands).length < this.maxElementsOnTooltip;

0 commit comments

Comments
 (0)
Please sign in to comment.