diff --git a/js/soundManager.js b/js/soundManager.js index c21e27df..596eeb24 100644 --- a/js/soundManager.js +++ b/js/soundManager.js @@ -215,8 +215,7 @@ define( function( require ) { /** * add a sound generator, which connects it to the audio path, puts it on the list of sound generators, and creates - * and - * returns a unique ID + * and returns a unique ID * @param {SoundGenerator} soundGenerator * @param {Object} [options] * @returns {string|null} - unique ID of sound generator, null if add not allowed