We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb939cc commit 5e41c48Copy full SHA for 5e41c48
1 file changed
src/sound/BaseSoundManager.js
@@ -187,9 +187,9 @@ var BaseSoundManager = new Class({
187
* @since 3.0.0
188
*
189
* @param {string} key - Asset key for the sound.
190
- * @param {ISoundConfig} [config] - An optional config object containing default sound settings.
+ * @param {SoundConfig} [config] - An optional config object containing default sound settings.
191
192
- * @return {ISound} The new sound instance.
+ * @return {Phaser.Sound.BaseSound} The new sound instance.
193
*/
194
add: NOOP,
195
0 commit comments