mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed play method docs
This commit is contained in:
parent
0ecda6b08d
commit
a0098a2994
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue