Skip to content

Commit

Permalink
adapted to PhET coding style, phetsims/ohms-law#51
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 24, 2017
1 parent c2b0606 commit 772742a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/resistance-in-a-wire/view/FormulaNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ),
Expand Down

0 comments on commit 772742a

Please sign in to comment.