Skip to content

Commit

Permalink
Removed expressions, see phetsims/tandem#31
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 15, 2017
1 parent 338e747 commit 430519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/concentration/model/TConcentrationModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define( function( require ) {
phetioInherit( TObject, 'TConcentrationModel', TConcentrationModel, {

// For instance:
// http://localhost/concentration/concentration_en.html?ea&brand=phet-io&phetioStandalone&phetioLog=lines&phetioExpressions=[["concentration.concentrationScreen.model","setSolutes",[["concentration.solutes.cobaltIINitrate","concentration.solutes.cobaltChloride","concentration.solutes.drinkMix"]]]]
// http://localhost/concentration/concentration_en.html?ea&brand=phet-io&phetioStandalone&phetioLog=lines
setSolutes: {
parameterTypes: [ TArray( TSolute ) ],
returnType: TVoid,
Expand Down

0 comments on commit 430519d

Please sign in to comment.