Skip to content

Commit

Permalink
add a description to the segX example track
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 27, 2013
1 parent 7ed5741 commit a6a761e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorial/conf_files/volvox.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"track" : "malformed_alignments",
"class" : "feature4",
"key" : "Example Features with Menus",
"metadata": { "Description": "Features with extensively customized right-click menus, and with their colors set at random by a JavaScript callback." },
"hooks": {
"modify": "function( track, feature, div ) { div.style.backgroundColor = ['green','blue','red','orange','purple'][Math.round(Math.random()*5)];}"
},
Expand Down

0 comments on commit a6a761e

Please sign in to comment.