mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
tidy
This commit is contained in:
parent
4bd814a078
commit
5b38981b5b
4 changed files with 22 additions and 4 deletions
|
@ -21,5 +21,11 @@ dictionary UIEventInit : EventInit {
|
|||
// https://w3c.github.io/uievents/#idl-interface-UIEvent-initializers
|
||||
partial interface UIEvent {
|
||||
// Deprecated in DOM Level 3
|
||||
undefined initUIEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg);
|
||||
undefined initUIEvent (
|
||||
DOMString typeArg,
|
||||
boolean bubblesArg,
|
||||
boolean cancelableArg,
|
||||
Window? viewArg,
|
||||
long detailArg
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue