Skip to content

Commit

Permalink
Fix #875 typo in Microsoft.Fast.Components.FluentUI.lib.module.js (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narvalex committed Oct 21, 2023
1 parent 6698f96 commit 801a938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function afterStarted(blazor) {
});
blazor.registerCustomEventType('sizechanged', {
browserEventName: 'sizechanged',
createEventArgs: event => {js
createEventArgs: event => {
return event;
}
});
Expand Down

0 comments on commit 801a938

Please sign in to comment.