mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove UIEvent.event().
This commit is contained in:
parent
3681628936
commit
2502c692f3
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ impl UIEvent {
|
||||||
init.view.root_ref(), init.detail);
|
init.view.root_ref(), init.detail);
|
||||||
Ok(event)
|
Ok(event)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
pub fn event<'a>(&'a self) -> &'a Event {
|
|
||||||
&self.event
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> UIEventMethods for JSRef<'a, UIEvent> {
|
impl<'a> UIEventMethods for JSRef<'a, UIEvent> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue