Skip to content

Commit

Permalink
DOM: document.createEvent('textevent') maps to TextEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Feb 23, 2024
1 parent 7dcb66e commit 6c0e707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/nodes/Document-createEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var aliases = {
"MouseEvents": "MouseEvent",
"StorageEvent": "StorageEvent",
"SVGEvents": "Event",
"TextEvent": "CompositionEvent",
"TextEvent": "TextEvent",
"UIEvent": "UIEvent",
"UIEvents": "UIEvent",
};

0 comments on commit 6c0e707

Please sign in to comment.