From ae961ed533a4cc110adb4438721f99c7b39ca40a Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 3 Jul 2020 11:01:50 -0600 Subject: [PATCH] Revert "fix phetio overrides, see https://github.com/phetsims/atomic-interactions/issues/87" This reverts commit f8b5bcc0be3d5ba27c3ffafe3cd8e6d004a8f456. --- js/phet-io/atomic-interactions-overrides.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/phet-io/atomic-interactions-overrides.js b/js/phet-io/atomic-interactions-overrides.js index 5a34c95..30c8604 100644 --- a/js/phet-io/atomic-interactions-overrides.js +++ b/js/phet-io/atomic-interactions-overrides.js @@ -7,6 +7,9 @@ window.phet.preloads.phetio.phetioElementsOverrides = "atomicInteractions.atomicInteractionsScreen.model.movableAtom.positionProperty": { "phetioFeatured": true }, + "atomicInteractions.atomicInteractionsScreen.model.movableAtom.radiusProperty": { + "phetioFeatured": true + }, "atomicInteractions.atomicInteractionsScreen.model.movableAtom.velocityProperty": { "phetioFeatured": true },