Skip to content

Commit

Permalink
update jsdoc to help typescript, phetsims/ratio-and-proportion#404
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 20, 2021
1 parent 5b7ea81 commit 57873b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sound-generators/CompositeSoundClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import SoundGenerator from './SoundGenerator.js';
class CompositeSoundClip extends SoundGenerator {

/**
* @param {Array.<{sound:WrappedAudioBuffer, [options]:Object}>} soundsAndOptionsTuples
* @param {Array.<{sound:WrappedAudioBuffer, options?:Object}>} soundsAndOptionsTuples
* @param {Object} [options]
*/
constructor( soundsAndOptionsTuples, options ) {
Expand Down

0 comments on commit 57873b3

Please sign in to comment.