From b76331c75272a13c2442bae6a430dd227effb81d Mon Sep 17 00:00:00 2001 From: zepumph Date: Wed, 1 May 2019 13:56:22 -0800 Subject: [PATCH] rename resized and stepSimulation Emitter suffix to Action suffix, https://github.com/phetsims/axon/issues/243 --- js/phet-io/charges-and-fields-phet-io-elements-baseline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/phet-io/charges-and-fields-phet-io-elements-baseline.js b/js/phet-io/charges-and-fields-phet-io-elements-baseline.js index 7ff7a65d..3ae6aee0 100644 --- a/js/phet-io/charges-and-fields-phet-io-elements-baseline.js +++ b/js/phet-io/charges-and-fields-phet-io-elements-baseline.js @@ -2872,7 +2872,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PhetioCommandProcessorIO" }, - "chargesAndFields.general.resizedEmitter": { + "chargesAndFields.general.resizedAction": { "phetioDocumentation": "Emits when the sim is resized", "phetioEventType": "model", "phetioFeatured": false, @@ -2905,7 +2905,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "chargesAndFields.general.stepSimulationEmitter": { + "chargesAndFields.general.stepSimulationAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false,