mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
#2183 Initialize Event::bubbles to false
This commit is contained in:
parent
4942cc76bd
commit
6312ff38dc
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl Event {
|
|||
type_: ~"",
|
||||
canceled: false,
|
||||
cancelable: true,
|
||||
bubbles: true,
|
||||
bubbles: false,
|
||||
trusted: false,
|
||||
dispatching: false,
|
||||
stop_propagation: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue