Skip to content

Commit 7df021e

Browse files
committed
Fix bad merge
1 parent 99e718b commit 7df021e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Plotly.plot = function(gd, data, layout, config) {
354354
seq.push(function() { Plots.rehover(gd); });
355355
}
356356

357-
Lib.syncOrAsync(seq, gd, cleanUp);
357+
Lib.syncOrAsync(seq, gd);
358358

359359
// even if everything we did was synchronous, return a promise
360360
// so that the caller doesn't care which route we took

0 commit comments

Comments
 (0)