Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cockpit.js: Add missing options field to addEventListener()
See https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener Let's not add the `useCapture` boolean. It can be spelled out as `{ capture: true }`.
- Loading branch information