Skip to content

Commit 69d594a

Browse files
committed
Refine docstrings
1 parent 32a1f27 commit 69d594a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/js/annotations/legend.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ function getListItems(labels, svg, list) {
5555
return [labels, svg];
5656
}
5757

58+
/**
59+
* Display a legend for genome annotations, using `legend` configuration option
60+
*/
5861
function writeLegend(ideo) {
5962
var i, legend, svg, labels, list, content;
6063

src/js/annotations/track-labels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function getTrackLabelOffsets(labels, trackCanvas, ideo) {
122122
}
123123

124124
/**
125-
* Show the track label for this track
125+
* Show the label for this track
126126
*/
127127
function showTrackLabel(trackCanvas, ideo) {
128128
var labels, left, top;

0 commit comments

Comments
 (0)