Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 30, 2020
1 parent a9f7edc commit 3cefccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Solute.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ define( require => {
* colorScheme is an object literal with these properties:
* stockColor: color of the solute in stock solution (no dilution)
* dilutedColor: color when the solute is barely present in solution (fully diluted), optional, defaults to Water.color
* color: color when soluteVolume/totalVolume === ratio, used to smooth out some color transitions if provided, optional
* colorStop: color when soluteVolume/totalVolume === ratio, used to smooth out some color transitions if provided, optional
* ratio: ratio for the color-stop, (0,1) exclusive, optional, defaults to 0.25
*/
constructor( name, pH, colorScheme, options ) {
Expand Down

0 comments on commit 3cefccb

Please sign in to comment.