mirror of
https://github.com/photonstorm/phaser
synced 2025-02-19 15:38:31 +00:00
Added resume event docs
This commit is contained in:
parent
58006988f0
commit
fd2995d978
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ var HTML5AudioSound = new Class({
|
||||||
if (!this.pickAndPlayAudioTag()) {
|
if (!this.pickAndPlayAudioTag()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @event Phaser.Sound.HTML5AudioSound#resume
|
||||||
|
* @param {Phaser.Sound.HTML5AudioSound} sound - Reference to the sound that emitted event.
|
||||||
|
*/
|
||||||
this.emit('resume', this);
|
this.emit('resume', this);
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue