Skip to content

Commit

Permalink
bugfix to previous bugfix to refseq-changing name search, grr.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 10, 2012
1 parent b7774cf commit 1f6bd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/Browser.js
Expand Up @@ -814,7 +814,7 @@ Browser.prototype.navigateToLocation = function( location ) {
// if different, we need to poke some other things before going there
else {
// record names of open tracks and re-open on new refseq
var curTracks = this.view.visibleTracks();
var curTracks = this.view.visibleTrackNames();

this.refSeq = this.allRefs[location.ref];

Expand Down

0 comments on commit 1f6bd2f

Please sign in to comment.