Skip to content

Commit

Permalink
#222 make not in HighlightNode about removing 'black'/'white' logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 13, 2015
1 parent 3c5999b commit c68145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/HighlightNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define( function( require ) {
pickable: false
}, options );

//TODO joist#222 this logic should be replaced with options.fill
//TODO joist#222 innerColor should be options.fill, outerColor should be transparent
var innerColor = options.whiteHighlight ? 'white' : 'black';
var outerColor = options.whiteHighlight ? 'black' : 'white';

Expand Down

0 comments on commit c68145f

Please sign in to comment.