Skip to content

Commit

Permalink
syntax fix after #140
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 8, 2019
1 parent bc6c10b commit d59670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/energy-skate-park/common/model/Track.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ define( require => {
}

copyControlPointSources() {
return this.controlPoints.map( controlPoint => { controlPoint.sourcePositionProperty.value.copy(); } );
return this.controlPoints.map( controlPoint => controlPoint.sourcePositionProperty.value.copy() );
}

getDebugString() {
Expand Down

0 comments on commit d59670d

Please sign in to comment.