Skip to content

Commit

Permalink
DOC: tidy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 22, 2020
1 parent aecd813 commit 2ae7e89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions empress/support_files/js/empress.js
Original file line number Diff line number Diff line change
Expand Up @@ -1907,11 +1907,10 @@ define([
var borderColor = this._barplotPanel.borderColor;
var borderLength = this._barplotPanel.borderLength;
var maxD = prevLayerMaxD + borderLength;
// TODO: Should be changed when the ability to change the
// background color is changed. Basically, we get a "freebie" if the
// border color matches the background color, and we don't need to draw
// anything -- we can just increase the displacement and leave it at
// that.
// TODO: Should be changed when the ability to change the background
// color is added. Basically, we get a "freebie" if the border color
// matches the background color, and we don't need to draw anything --
// we can just increase the displacement and leave it at that.
if (
borderColor[0] === 1 &&
borderColor[1] === 1 &&
Expand Down

0 comments on commit 2ae7e89

Please sign in to comment.