diff --git a/js/model/ISLCModel.js b/js/model/ISLCModel.js index 8a0e358..a0fe649 100644 --- a/js/model/ISLCModel.js +++ b/js/model/ISLCModel.js @@ -182,7 +182,7 @@ define( function( require ) { } else if ( this.object2.radiusLastChanged ) { if ( locationObject1 !== minX ) { - + // object1 is not at boundary, update position this.object1.positionProperty.set( locationObject1 ); }