Skip to content

Commit

Permalink
Fix the startNumber bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kerpedjiev committed Apr 14, 2015
1 parent 0a42018 commit 796181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rnagraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ function RNAGraph(seq, dotbracket, struct_name) {
}

if (arguments.length === 1)
startNumber = labelInterval = 10;
labelInterval = 10;

if (labelInterval === 0)
return self;
Expand Down

0 comments on commit 796181b

Please sign in to comment.