Skip to content

Commit

Permalink
FLOE-437: add comments on highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Jan 27, 2016
1 parent 231f2e1 commit 1aea285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/chartAuthoring.js
Expand Up @@ -240,7 +240,8 @@ https://raw.githubusercontent.com/fluid-project/chartAuthoring/master/LICENSE.tx
}]
});

// Adds and removes highlight
// Adds and removes highlights as data plays
// uses floe.d3.filterById and floe.d3.filterByNotId
floe.chartAuthoring.highlightPlayingData = function(that) {
var currentlyPlayingData = that.model.currentlyPlayingData;
var chartAuthoringInterface = that.chartAuthoringInterface;
Expand Down

0 comments on commit 1aea285

Please sign in to comment.