refacto: Indenting

pull/9/head
Sami Mokaddem 2017-11-17 16:14:39 +01:00
parent 8e398bbabc
commit 7ebeed6012
1 changed files with 4 additions and 4 deletions

View File

@ -185,10 +185,10 @@ function updatePie(pie, data) {
$("#tooltip").html(legendFormatter(item.series.label))
.css({top: pos.pageY+5, left: pos.pageX+5})
.fadeIn(200);
} else {
$("#tooltip").hide();
}
});
} else {
$("#tooltip").hide();
}
});
}
}