Skip to content

Commit

Permalink
Add TODO, see #123
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 8, 2024
1 parent ebae0a9 commit 56d213b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/model/BlockSetModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export type BlockSetModelOptions<BlockSetValue extends EnumerationValue> = SelfO

export default class BlockSetModel<BlockSetValue extends EnumerationValue> extends DensityBuoyancyModel {

// TODO: https://github.com/phetsims/density-buoyancy-common/issues/123 Why is this capitalized?
public readonly BlockSet: Enumeration<BlockSetValue>;
public readonly blockSetProperty: Property<BlockSetValue>;
private readonly createMassesCallback: CreateMassesCallback<BlockSetValue>;
Expand Down

0 comments on commit 56d213b

Please sign in to comment.