mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +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_: ~"",
|
type_: ~"",
|
||||||
canceled: false,
|
canceled: false,
|
||||||
cancelable: true,
|
cancelable: true,
|
||||||
bubbles: true,
|
bubbles: false,
|
||||||
trusted: false,
|
trusted: false,
|
||||||
dispatching: false,
|
dispatching: false,
|
||||||
stop_propagation: false,
|
stop_propagation: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue