diff --git a/ts/graphs/tooltip.ts b/ts/graphs/tooltip.ts index ecce4562e..ea12a0668 100644 --- a/ts/graphs/tooltip.ts +++ b/ts/graphs/tooltip.ts @@ -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 {