mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Added onBlur method docs
This commit is contained in:
parent
5990ed3875
commit
967fc608ed
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ var WebAudioSoundManager = new Class({
|
|||
document.body.addEventListener('touchend', unlock_1, false);
|
||||
}
|
||||
},
|
||||
/**
|
||||
* @protected
|
||||
* @method Phaser.Sound.WebAudioSoundManager#onBlur
|
||||
*/
|
||||
onBlur: function () {
|
||||
this.context.suspend();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue