Skip to content

Commit

Permalink
STY: Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Sep 17, 2020
1 parent a65dc30 commit 4407965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion empress/support_files/js/emperor-callbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ plotView.on("click", function (name, object) {
empress.showNodeMenuForName(name);
});

plotView.on('select', function(samples, view){
plotView.on("select", function (samples, view) {
// cancel any ongoing timers
clearTimeout(empress.timer);

Expand Down

0 comments on commit 4407965

Please sign in to comment.