Fixed play method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 19:33:30 +01:00
parent 0ecda6b08d
commit a0098a2994

View file

@ -182,7 +182,7 @@ var WebAudioSound = new Class({
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} [markerName=''] - If you want to play a marker then provide the marker name here, otherwise omit it to play the full sound. * @param {string} [markerName=''] - If you want to play a marker then provide the marker name here, otherwise omit it to play the full sound.
* @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. * @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.
* *
* @return {boolean} Whether the sound started playing successfully. * @return {boolean} Whether the sound started playing successfully.
*/ */