From d44c27ef5d2bca038527f04a6ed2e2226a428eb6 Mon Sep 17 00:00:00 2001 From: samreid Date: Mon, 29 Jun 2020 14:36:05 -0600 Subject: [PATCH] Move atomPairProperty.phetioFeatured from overrides to main code, see https://github.com/phetsims/states-of-matter/issues/303 --- js/phet-io/atomic-interactions-overrides.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/phet-io/atomic-interactions-overrides.js b/js/phet-io/atomic-interactions-overrides.js index d0e0cdf..d4aedef 100644 --- a/js/phet-io/atomic-interactions-overrides.js +++ b/js/phet-io/atomic-interactions-overrides.js @@ -1,9 +1,6 @@ /* eslint-disable */ window.phet.preloads.phetio.phetioElementsOverrides = { - "atomicInteractions.atomicInteractionsScreen.model.atomPairProperty": { - "phetioFeatured": true - }, "atomicInteractions.atomicInteractionsScreen.model.fixedAtom.radiusProperty": { "phetioFeatured": true },