Skip to content

Commit

Permalink
Cleaned up comments, see #201
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 13, 2016
1 parent aecc2d8 commit a4c3dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ define( function( require ) {

function BalloonsAndStaticElectricityModel( width, height ) {

// Properties of the model. All user settings belong in the model, whether or not they are part of the physical model
// @public {string} - charge visibility setting
this.showChargesProperty = new Property( 'all' );

Expand Down Expand Up @@ -109,6 +108,7 @@ define( function( require ) {
this.wall.reset();
this.oldTime = Date.now();
},

//check if balloon outside world borders and return it to border if outside
checkBalloonRestrictions: function( position, objWidth, objHeight ) {
var rightBound = this.width;
Expand Down

0 comments on commit a4c3dbb

Please sign in to comment.