mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Satisfy formatter
This commit is contained in:
parent
3d4323b1d4
commit
ec9c623d34
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function getOrCreateTooltipDiv(): HTMLDivElement {
|
|||
tooltipDiv.className = "graph-tooltip";
|
||||
document.body.appendChild(tooltipDiv);
|
||||
|
||||
return tooltipDiv
|
||||
return tooltipDiv;
|
||||
}
|
||||
|
||||
function showTooltipInner(msg: string, x: number, y: number): void {
|
||||
|
|
Loading…
Reference in a new issue