Skip to content

Commit

Permalink
a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Nov 13, 2023
1 parent 453f109 commit 70c4bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const attr = new Map([
['class', className],
['data', data],
['ref', ref],
['style', style]
['style', style],
]);

/**
Expand Down

0 comments on commit 70c4bc2

Please sign in to comment.