From 772742ac56775b1d6bc060d17aa9ce7e33585778 Mon Sep 17 00:00:00 2001 From: zepumph Date: Sat, 24 Jun 2017 14:34:51 -0800 Subject: [PATCH] adapted to PhET coding style, https://github.com/phetsims/ohms-law/issues/51 --- js/resistance-in-a-wire/view/FormulaNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ),