Skip to content

Commit

Permalink
Unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 20, 2018
1 parent 3dbb199 commit 2d00fd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/JBrowse/View/FeatureGlyph.js
Expand Up @@ -69,12 +69,10 @@ return declare( Component, {
},

mouseoverFeature: function( context, fRect ) {
var feature = fRect.f;
this.renderFeature( context, fRect );

// highlight the feature rectangle if we're moused over
context.fillStyle = this.getStyle( fRect.f, 'mouseovercolor' );

context.fillRect( fRect.rect.l, fRect.t, fRect.rect.w, fRect.rect.h );
},

Expand Down

0 comments on commit 2d00fd9

Please sign in to comment.