Skip to content

Commit

Permalink
promote REVIEW comment to phetsims/bamboo#45, #165
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 21, 2021
1 parent 5bb5909 commit b432a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/SumChartNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class SumChartNode extends DomainChartNode {
} );

// Display the data set.
//REVIEW: This seems to be a common pattern with Data set Properties, any way to factor it out?
sumDataSetProperty.lazyLink( dataSet => {
sumPlot.setDataSet( dataSet );
chartCanvasNode.update();
Expand Down

0 comments on commit b432a87

Please sign in to comment.