Skip to content

Commit 58c5ce8

Browse files
committed
Remove trailing commas for older deives
1 parent 5d4c032 commit 58c5ce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
type,
4848
listener,
4949
useCapture,
50-
allowed,
50+
allowed
5151
) {
5252
if (typeof useCapture === "boolean") {
5353
allowed = useCapture;
@@ -76,7 +76,7 @@
7676
}
7777
this.eventListeners[type].push({
7878
listener: listener,
79-
useCapture: useCapture,
79+
useCapture: useCapture
8080
});
8181

8282
return;
@@ -159,4 +159,4 @@
159159
<wc-page id="root" class="primary"></wc-page>
160160
</body>
161161

162-
</html>
162+
</html>

0 commit comments

Comments
 (0)