Skip to content

Commit

Permalink
Errant zoomlevel change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 24, 2018
1 parent 89f96ef commit a41a31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JBrowse/Browser.js
Expand Up @@ -1019,7 +1019,8 @@ initView: function() {
elem: this.viewElem,
config: this.config.view,
stripeWidth: 250,
refSeq: this.refSeq
refSeq: this.refSeq,
zoomLevel: 1/200
});

dojo.connect( this.view, "onFineMove", this, "onFineMove" );
Expand Down

0 comments on commit a41a31f

Please sign in to comment.