Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix trailing comma
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
shisama and aduh95 committed Oct 11, 2022
commit 4d76ce338c5335152910db31a7d63f3bff7e4af1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('../common');

const {
strictEqual,
throws
throws,
} = require('assert');

// Manually ported from: wpt@dom/events/AddEventListenerOptions-signal.any.js
Expand Down