Skip to content

Commit

Permalink
Undo unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdove1 committed Aug 16, 2019
1 parent 5d74949 commit 3bf9c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/jquery.flot.hover.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ the tooltip from webcharts).
return -1;
}

function processDatapoints() {
function processRawData() {
triggerCleanupEvent();
doTriggerClickHoverEvent(lastMouseMoveEvent, eventType.hover);
}
Expand Down Expand Up @@ -325,7 +325,7 @@ the tooltip from webcharts).
plot.unhighlight = unhighlight;
if (options.grid.hoverable || options.grid.clickable) {
plot.hooks.drawOverlay.push(drawOverlay);
plot.hooks.processDatapoints.push(processDatapoints);
plot.hooks.processRawData.push(processRawData);
}

lastMouseMoveEvent = plot.getPlaceholder()[0].lastMouseMoveEvent;
Expand Down

0 comments on commit 3bf9c77

Please sign in to comment.