Skip to content

Commit

Permalink
rename Wiggle track clip_color conf variable to clip_marker_color
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 9, 2012
1 parent 84f9151 commit 372a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/View/Track/Wiggle.js
Expand Up @@ -145,7 +145,7 @@ var Wiggle = declare( CanvasTrack,

var posColor = this.config.style.pos_color || '#00f';
var negColor = this.config.style.neg_color || '#f00';
var clipColor = this.config.style.clip_color;
var clipColor = this.config.style.clip_marker_color;
var disableClipMarkers = this.config.disable_clip_markers;

this.store.readWigData( scale, this.refSeq.name, leftBase, rightBase+1, dojo.hitch(this,function( features ) {
Expand Down

0 comments on commit 372a80f

Please sign in to comment.