Skip to content

Commit dd045e1

Browse files
committed
fix merge
1 parent 9231ed6 commit dd045e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529

530530
changeSizeOfSVGPanel(window.innerWidth - 16, (rows[rows.length - 1].lineBottom.y() ) + 1);
531531

532-
}
532+
// }
533533

534534

535535
/* init graph layout object */
@@ -593,7 +593,7 @@
593593
}
594594

595595
window.onresize = _.debounce(resize, 300);
596-
}
596+
// }
597597

598598
</script>
599599

js/annotate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function calcAttachPoints(link, strategy) {
515515
// link.rightAttach = sides.LEFT;
516516

517517
}
518-
} else if (strategy == strategies.FARTHEST) {
518+
// } else if (strategy == strategies.FARTHEST) {
519519
//console.log("" + link.id + " strategy = FARTHEST");
520520

521521
/*

0 commit comments

Comments
 (0)