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