Skip to content

Commit

Permalink
Removed trailing comma, see #213
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 9, 2017
1 parent 3c23623 commit ae9b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/concentration/model/TShakerParticle.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define( function( require ) {
return _.extend( soluteParticle, {
solute: TSolute.fromStateObject( stateObject.solute ),
velocity: TVector2.fromStateObject( stateObject.velocity ),
acceleration: TVector2.fromStateObject( stateObject.acceleration ),
acceleration: TVector2.fromStateObject( stateObject.acceleration )
} );
},

Expand Down

0 comments on commit ae9b6a0

Please sign in to comment.