Skip to content

Commit a0098a2

Browse files
Fixed play method docs
1 parent 0ecda6b commit a0098a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var WebAudioSound = new Class({
182182
* @since 3.0.0
183183
*
184184
* @param {string} [markerName=''] - If you want to play a marker then provide the marker name here, otherwise omit it to play the full sound.
185-
* @param {ISoundConfig} [config] - Optional sound config object to be applied to this marker or entire sound if no marker name is provided. It gets memorized for future plays of current section of the sound.
185+
* @param {SoundConfig} [config] - Optional sound config object to be applied to this marker or entire sound if no marker name is provided. It gets memorized for future plays of current section of the sound.
186186
*
187187
* @return {boolean} Whether the sound started playing successfully.
188188
*/

0 commit comments

Comments
 (0)