Skip to content

Commit

Permalink
typo fix for #30
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Feb 28, 2018
1 parent 4e67d1e commit e521d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/model/ISLCModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ define( function( require ) {
} );

// when sim is reset, we only reset the position properties of each object to their initial values
// thus, there is no need ot dispose of the listeners below
// thus, there is no need to dispose of the listeners below
this.object1.radiusProperty.link( function() {
self.object1.radiusLastChanged = true;
self.object2.radiusLastChanged = false;
Expand Down

0 comments on commit e521d58

Please sign in to comment.