fix typo
This commit is contained in:
parent
baf976e1b6
commit
c629f3d8bf
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue