#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_: ~"",
canceled: false,
cancelable: true,
bubbles: true,
bubbles: false,
trusted: false,
dispatching: false,
stop_propagation: false,