Skip to content

Commit

Permalink
Minor cleanup, see #64
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 7, 2018
1 parent debfd0b commit 4f695b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/friction-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define( function( require ) {
accessibility: true
};

//Create and start the sim
// Create and start the sim
var screenTandem = Tandem.rootTandem.createTandem( 'frictionScreen' );
new Sim( frictionTitleString, [
new Screen( function() {
Expand Down
2 changes: 1 addition & 1 deletion js/friction/model/FrictionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ define( function( require ) {
// @public
this.height = height;

// @private - track how much to evaporate in step() to prevent a property loop
// @private - track how much to evaporate in step() to prevent a Property loop
this.scheduledEvaporationAmount = 0;

// @public - create a suitable structure from the initial data for further work
Expand Down

0 comments on commit 4f695b9

Please sign in to comment.