Skip to content

Commit

Permalink
#2183 Initialize Event::bubbles to false
Browse files Browse the repository at this point in the history
  • Loading branch information
campadrenalin committed Apr 25, 2014
1 parent 4942cc7 commit 6312ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/script/dom/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Event {
type_: ~"",
canceled: false,
cancelable: true,
bubbles: true,
bubbles: false,
trusted: false,
dispatching: false,
stop_propagation: false,
Expand Down

5 comments on commit 6312ff3

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from Ms2ger
at campadrenalin@6312ff3

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging campadrenalin/servo/initialize-event-bubbling-to-false = 6312ff3 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

campadrenalin/servo/initialize-event-bubbling-to-false = 6312ff3 merged ok, testing candidate = b6ed246

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = b6ed246

Please sign in to comment.