mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove obsolete FIXME comment.
This commit is contained in:
parent
97e068b1c2
commit
aa3ca283d4
1 changed files with 0 additions and 1 deletions
|
@ -569,7 +569,6 @@ impl<'a> DocumentMethods for JSRef<'a, Document> {
|
||||||
let window = self.window.root();
|
let window = self.window.root();
|
||||||
|
|
||||||
match interface.as_slice().to_ascii_lower().as_slice() {
|
match interface.as_slice().to_ascii_lower().as_slice() {
|
||||||
// FIXME: Implement CustomEvent (http://dom.spec.whatwg.org/#customevent)
|
|
||||||
"uievents" | "uievent" => Ok(EventCast::from_temporary(UIEvent::new_uninitialized(&*window))),
|
"uievents" | "uievent" => Ok(EventCast::from_temporary(UIEvent::new_uninitialized(&*window))),
|
||||||
"mouseevents" | "mouseevent" => Ok(EventCast::from_temporary(MouseEvent::new_uninitialized(&*window))),
|
"mouseevents" | "mouseevent" => Ok(EventCast::from_temporary(MouseEvent::new_uninitialized(&*window))),
|
||||||
"customevent" => Ok(EventCast::from_temporary(CustomEvent::new_uninitialized(&Window(*window)))),
|
"customevent" => Ok(EventCast::from_temporary(CustomEvent::new_uninitialized(&Window(*window)))),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue