Skip to content

Commit 3c0b7ce

Browse files
Added onFocus method docs
1 parent 967fc60 commit 3c0b7ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ var WebAudioSoundManager = new Class({
107107
onBlur: function () {
108108
this.context.suspend();
109109
},
110+
/**
111+
* @protected
112+
* @method Phaser.Sound.WebAudioSoundManager#onFocus
113+
*/
110114
onFocus: function () {
111115
this.context.resume();
112116
}

0 commit comments

Comments
 (0)