Skip to content

Commit

Permalink
delete extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 12, 2017
1 parent 504827b commit 02dbf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/concentration/model/ConcentrationSolution.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define( function( require ) {
} );
this.volumeProperty = new NumberProperty( volume, {
units: 'liters', range: BLLConstants.SOLUTION_VOLUME_RANGE,
tandem: tandem.createTandem( 'volumeProperty' ),
tandem: tandem.createTandem( 'volumeProperty' )
} ); // L

// @public for deferring update of precipitateAmount until we've changed both volume and soluteAmount, see concentration#1
Expand Down

0 comments on commit 02dbf8a

Please sign in to comment.