Skip to content

Commit

Permalink
Factor out tandem name suffix, see phetsims/tandem#267
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 15, 2022
1 parent 6cffeaf commit 00e839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/util/ProfileColorProperty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class ProfileColorProperty extends ColorProperty {
// Treat as private
public readonly name: string;

public static readonly TANDEM_NAME_SUFFIX = 'ColorProperty';
public static override readonly TANDEM_NAME_SUFFIX = 'ColorProperty';

/**
* @param namespace - namespace that this color belongs to
Expand Down

0 comments on commit 00e839d

Please sign in to comment.