Skip to content

Commit

Permalink
in passing, add a little more inline doc to JBrowse.Model.TrackMetaData
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 31, 2012
1 parent 0898c67 commit 718c81f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/Model/TrackMetaData.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dojo.declare( 'JBrowse.Model.TrackMetaData', null,
* and the indexes thereof, in memory.
* @constructs
* @param args.trackConfigs {Array} array of track configuration
* @param args.filterFacets {Function|Array|String}
* @param args.onReady {Function}
* @param args.metadataStores {Array[dojox.data]}
*/
constructor: function( args ) {
// set up our facet name discrimination: what facets we will
Expand Down

0 comments on commit 718c81f

Please sign in to comment.