mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove outdated FIXME comment.
This commit is contained in:
parent
67cf241acd
commit
9ddeec09c3
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ pub fn dispatch_event(target: &EventTarget, pseudo_target: Option<&EventTarget>,
|
|||
|
||||
event.set_phase(EventPhase::Capturing);
|
||||
|
||||
//FIXME: The "callback this value" should be currentTarget
|
||||
|
||||
/* capturing */
|
||||
for cur_target in chain.r().iter().rev() {
|
||||
let stopped = match cur_target.get_listeners_for(&type_, ListenerPhase::Capturing) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue