This commit is contained in:
Brian Smith 2014-11-02 21:20:44 -05:00
parent baf976e1b6
commit c629f3d8bf
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@
function showBubble(bubble, $hoverElement) {
$hoverElement.attr("bubble-id", bubble.id);
var html = bubble.showBubble($hoverElement);
bubble.showBubble($hoverElement);
}
function hideBubble($hoverElement) {