Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinMetzger committed Jun 2, 2017
1 parent 300f30b commit 931e0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traceView/branch-navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export class BranchNavigator {
if (context === "visualization") {
//todo: variant of update$GutterTooltip function that works for visualizations. update$GutterTooltip must set context parameter to "visualization" to differentiate the caller
} else {
console.log("test");
update$GutterTooltip($gutterTooltip, position, rowData, row, lineHeight);
}
};
Expand Down

0 comments on commit 931e0dd

Please sign in to comment.