Skip to content

Commit

Permalink
Fix lint, see #385
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 15, 2025
1 parent 98d81a2 commit 46014df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/ControlPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class ControlPoint extends PhetioObject {
limitBounds: null,

tandem: Tandem.REQUIRED,
phetioType: ControlPoint.ControlPointIO,
phetioType: ControlPoint.ControlPointIO
}, providedOptions );
const tandem = options.tandem;

Expand Down
1 change: 1 addition & 0 deletions js/graphs/model/GraphsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ export default class GraphsModel extends EnergySkateParkTrackSetModel {

const parabolaControlPoints = PremadeTracks.createParabolaControlPoints( this, tandem.createTandem( 'parabolaTrack' ), {
trackHeight: trackHeight,

trackWidth: trackWidth,
p1Visible: false,
p3Visible: false
Expand Down

0 comments on commit 46014df

Please sign in to comment.