Multiple annotations should show on multiple lines

This commit is contained in:
Mostafa Eweda 2012-10-03 11:30:36 +02:00
commit cbf007010e

View file

@ -86,7 +86,7 @@ function GutterHandler(mouseHandler) {
if (tooltipAnnotation == annotation)
return;
tooltipAnnotation = annotation.text.join("\n");
tooltipAnnotation = annotation.text.join("<br/>");
tooltip.style.display = "block";
tooltip.innerHTML = tooltipAnnotation;