Skip to content

Commit

Permalink
fix smart borders again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Mar 28, 2015
1 parent f3082ef commit a4aa41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/circos.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ circosJS.Core.prototype.smartBorders = ->
for trackId, track of store
borders.push {in: track.conf.innerRadius, out: track.conf.outerRadius} if track.conf.innerRadius


borders = borders.sort (a,b) ->
1 if a.out > b.out
-1 if a.out < b.out
Expand Down

0 comments on commit a4aa41b

Please sign in to comment.