mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
make MouseEvent::new() and UIEvent::new() take enums for the bubbles and cancelable arguments
This commit is contained in:
parent
19cd87aefc
commit
5651ea06c6
6 changed files with 24 additions and 21 deletions
|
@ -40,4 +40,3 @@ dictionary EventInit {
|
|||
boolean bubbles = false;
|
||||
boolean cancelable = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue