Skip to content

Commit

Permalink
add NumberDisplay.NAMED_PLACEHOLDER, #446
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 5, 2019
1 parent 82d6891 commit 08d192c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/NumberDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,8 @@ define( function( require ) {
// @public @static
NumberDisplay.DEFAULT_VALUE_PATTERN = DEFAULT_VALUE_PATTERN;

// @public @static Use this only if you need to change some other placeholder to NAMED_PLACEHOLDER.
NumberDisplay.NAMED_PLACEHOLDER = NAMED_PLACEHOLDER;

return NumberDisplay;
} );

0 comments on commit 08d192c

Please sign in to comment.