phetsims / balloons-and-static-electricity

"Balloons and Static Electricity" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/balloons-and-static-electricity
GNU General Public License v3.0
6 stars 10 forks source link

Move utteranceAddedEmitter to utterance-queue #569

Open pixelzoom opened 1 year ago

pixelzoom commented 1 year ago

See TODO in JohnTravoltageModel for this Property:

    this.utteranceAddedEmitter = new Emitter( {
      parameters: [ { name: 'utterance', phetioType: StringIO } ],
      tandem: tandem.createTandem( 'utteranceAddedEmitter' )
    } );