Skip to content

Commit

Permalink
add TODO #92
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 7, 2019
1 parent d6f7741 commit 0e2e1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/trig-tour/view/readout/CoordinatesRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ define( function( require ) {
var largeFontInfo = { font: DISPLAY_FONT_LARGE, fill: TEXT_COLOR };
var fontBoldInfo = { font: DISPLAY_FONT, fill: TEXT_COLOR, fontWeight: 'bold' };

//TODO #92 replace StringUtils.format with string concatenation or ES6 template string.
// string pattern for the axis readout
var XYEqualsPattern = '(' + '{0}' + ',' + '{1}' + ')' + equalString;
var XYEqualString = StringUtils.format( XYEqualsPattern, xString, yString );
Expand Down

0 comments on commit 0e2e1b9

Please sign in to comment.