auto merge of #2233 : campadrenalin/servo/initialize-event-bubbling-to-false, r=Ms2ger

Fixes #2183.
This commit is contained in:
bors-servo 2014-04-28 04:55:31 -04:00
commit b6ed24621e

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,