From 01e41762cd8599b2da5458b25dfcd872f52c1510 Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 2 Mar 2018 19:28:42 -0700 Subject: [PATCH] Whitespace, see https://github.com/phetsims/inverse-square-law-common/issues/38 --- js/model/ISLCModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }