Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 17, 2018
1 parent 7b2ed42 commit 5fcbaec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/solving/view/VariableTermNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ define( function( require ) {
variableTerm.coefficientProperty.link( function( fraction ) {
assert && assert( fraction instanceof ReducedFraction );

// restore the symbol to its default, since some conditions below may have modified it
symbolNode.text = variableTerm.symbol;

// update the value displayed
Expand Down

0 comments on commit 5fcbaec

Please sign in to comment.