diff --git a/js/resistance-in-a-wire/view/FormulaNode.js b/js/resistance-in-a-wire/view/FormulaNode.js index 1042f7d..f144ee3 100644 --- a/js/resistance-in-a-wire/view/FormulaNode.js +++ b/js/resistance-in-a-wire/view/FormulaNode.js @@ -68,7 +68,7 @@ define( function( require ) { } ]; // equals sign - this.addChild( new Text( '=', { // we never internationalize the = sign + this.addChild( new Text( '=', { // we never internationalize the '=' sign font: new PhetFont( { family: ResistanceInAWireConstants.FONT_FAMILY, size: 90 } ), fill: ResistanceInAWireConstants.BLACK_COLOR, center: new Vector2( 100, 0 ),