#2183 Initialize Event::bubbles to false

This commit is contained in:
Philip Horger 2014-04-25 14:48:48 -07:00
parent 4942cc76bd
commit 6312ff38dc

View file

@ -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,