Skip to content

Commit

Permalink
Fix microsoft#875 typo in Microsoft.Fast.Components.FluentUI.lib.modu…
Browse files Browse the repository at this point in the history
…le.js
  • Loading branch information
Narvalex committed Oct 21, 2023
1 parent 6698f96 commit e64e4ce
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 e64e4ce

Please sign in to comment.