mirror of
https://github.com/photonstorm/phaser
synced 2025-01-30 05:43:32 +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()) {
|
||||
return false;
|
||||
}
|
||||
/**
|
||||
* @event Phaser.Sound.HTML5AudioSound#resume
|
||||
* @param {Phaser.Sound.HTML5AudioSound} sound - Reference to the sound that emitted event.
|
||||
*/
|
||||
this.emit('resume', this);
|
||||
return true;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue