Skip to content

Commit ac95880

Browse files
Fixed play method docs
1 parent 36475d5 commit ac95880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ var BaseSound = new Class({
349349
* @since 3.0.0
350350
*
351351
* @param {string} [markerName=''] - If you want to play a marker then provide the marker name here, otherwise omit it to play the full sound.
352-
* @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.
352+
* @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.
353353
*
354354
* @return {boolean} Whether the sound started playing successfully.
355355
*/

0 commit comments

Comments
 (0)