Skip to content

Commit

Permalink
Fixes hierarchy of attributes relative to core
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 18, 2017
1 parent 99d8e6e commit c91e58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/View/Track/_FeatureDetailMixin.js
Expand Up @@ -133,7 +133,7 @@ return declare( FeatureDescriptionMixin, {
},
container );
array.forEach( additionalTags.sort(), function(t) {
this.renderDetailField( container, t, f.get(t), f );
this.renderDetailField( atElement, t, f.get(t), f );
}, this );
}
},
Expand Down

0 comments on commit c91e58c

Please sign in to comment.