Fixed JSON missing comma

main
rdzsp 3 years ago
parent f05d9fda09
commit 70079e4b2e

@ -521,7 +521,7 @@
], ],
"description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.",
"icon": "Partytown.svg", "icon": "Partytown.svg",
"dom": "script[type*='text/partytown']" "dom": "script[type*='text/partytown']",
"js": { "js": {
"partytown": "" "partytown": ""
}, },