Skip to content

Commit

Permalink
util: Convert event-definition and panel-registration to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Dec 26, 2024
1 parent 4ba094c commit 13395e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ $.DefineEvent('ToggleDrawer', 0, 'Toggle the open or closed state of the right s
$.DefineEvent(
'Drawer_UpdateLobbyButton',
2,
'imgsrc',
'playercount',
'imgsrc, playercount',
'Changes the rightnav lobby button with icon and playercount'
);
$.DefineEvent('Drawer_NavigateToTab', 1, 'tabid', 'Open drawer if closed, and switch the tab to the specified tab');
Expand Down
File renamed without changes.

0 comments on commit 13395e8

Please sign in to comment.