rustdoc: stop using deprecated window.event when there's an ev param
This commit is contained in:
parent
6d7e2135f1
commit
708b529f31
1 changed files with 1 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ function loadCss(cssUrl) {
|
|||
return;
|
||||
}
|
||||
if (!this.NOTABLE_FORCE_VISIBLE &&
|
||||
!elemIsInParent(event.relatedTarget, window.CURRENT_NOTABLE_ELEMENT)) {
|
||||
!elemIsInParent(ev.relatedTarget, window.CURRENT_NOTABLE_ELEMENT)) {
|
||||
hideNotable(true);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue