Skip to content

Commit

Permalink
Added title attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmirob committed Jan 17, 2013
1 parent f1e8e9c commit 5b5ebd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/View/Track/Alignments.js
Expand Up @@ -55,6 +55,7 @@ return declare( HTMLFeatures,
array.forEach( mismatch.bases, function( base, i ) {
dojo.create('span', {
className: 'mismatch base base_'+(base == '*' ? 'deletion' : base.toLowerCase()),
title: base == '*' ? 'deletion' : 'SNP',
style: {
position: 'absolute',
left: (mismatch.start+i)/featureLength*100 + '%',
Expand Down

0 comments on commit 5b5ebd6

Please sign in to comment.