Skip to content

Commit

Permalink
reset moved from Mass.js to ISLCObject.js see phetsims/coulombs-law#63
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Sep 21, 2018
1 parent f9b65b4 commit 428f8f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/gravity-force-lab/model/Mass.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ define( function( require ) {
var sphereVolume = mass / this.density;
var sphereRadius = Math.pow( ( 3 * sphereVolume ) / ( 4 * Math.PI ), 1 / 3 );
return sphereRadius;
},

// @public
reset: function() {
this.valueProperty.reset();
this.positionProperty.reset();
}
} );
} );

0 comments on commit 428f8f3

Please sign in to comment.