Skip to content

Commit

Permalink
Update patch for name of pagereveal event interface (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored Oct 12, 2023
1 parent 5559e35 commit ade4875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/amend-event-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const patches = {
// pending https://github.com/w3c/csswg-drafts/pull/9426 and https://github.com/w3c/csswg-drafts/issues/9425
{
add: {
interface: "PageRevealEvent",
interface: "RevealEvent",
bubbles: false,
type: "pagereveal",
targets: ["Window"] ,
Expand Down

0 comments on commit ade4875

Please sign in to comment.