Skip to content

Commit

Permalink
add support for the "category" track conf attribute as a facet
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 8, 2012
1 parent cd36c01 commit e94c847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/Model/TrackMetaData.js
Expand Up @@ -39,6 +39,8 @@ dojo.declare( 'JBrowse.Model.TrackMetaData', null,
metarecord.label = conf.label;
metarecord.key = conf.key;
metarecord.conf = conf;
if( conf.category )
metarecord.category = conf.category;
return metarecord;
},this)
}
Expand Down

0 comments on commit e94c847

Please sign in to comment.