Skip to content

Commit

Permalink
Missing comma in Readme example (GoogleChromeLabs#388)
Browse files Browse the repository at this point in the history
Missing comma in Readme example
  • Loading branch information
surma authored Oct 31, 2019
2 parents 4b8626e + dd81832 commit 1a518c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Comlink.transferHandlers.set("EVENT", {
serialize: ev => {
return [{
target: {
id: ev.target.id
id: ev.target.id,
classList: [...ev.target.classList]
}
}, []];
Expand Down

0 comments on commit 1a518c7

Please sign in to comment.