Skip to content

Commit

Permalink
Remove trailing commas (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke authored Sep 30, 2023
1 parent 693ad8a commit 5df4787
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
w3cid: '55724' },
{ name: "Navid Zolghadr",
company: "Google", companyURL: "https://www.google.com/" ,
w3cid: '92361' },
w3cid: '92361' }
],
editors: [
{ name: "Patrick H. Lauke",
company: "TetraLogical", companyURL: "https://tetralogical.com/",
w3cid: '35129' },
w3cid: '35129' }
],
group: "pointer-events",
wgPublicList: "public-pointer-events",
lint: {
"check-punctuation": true,
"check-punctuation": true
},
noIDLSorting: true,
doJsonLd: true,
xref: {
specs: ["uievents"],
profile: "web-platform",
profile: "web-platform"
},
mdn: "pointerevents",
mdn: "pointerevents"
};
</script>
<style>
Expand Down

0 comments on commit 5df4787

Please sign in to comment.