Fix misnamed variable in rustdoc
This commit is contained in:
parent
5180a7ccc5
commit
98841d4e93
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
$(document).on("keypress", handleShortcut);
|
$(document).on("keypress", handleShortcut);
|
||||||
$(document).on("keydown", handleShortcut);
|
$(document).on("keydown", handleShortcut);
|
||||||
$(document).on("click", function(ev) {
|
$(document).on("click", function(ev) {
|
||||||
if (!$(e.target).closest("#help > div").length) {
|
if (!$(ev.target).closest("#help > div").length) {
|
||||||
$("#help").addClass("hidden");
|
$("#help").addClass("hidden");
|
||||||
$("body").removeClass("blur");
|
$("body").removeClass("blur");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue