mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Updated unlock method docs
This commit is contained in:
parent
6c469ec59b
commit
5990ed3875
1 changed files with 4 additions and 0 deletions
|
@ -81,7 +81,11 @@ var WebAudioSoundManager = new Class({
|
|||
return sound;
|
||||
},
|
||||
/**
|
||||
* Unlocks Web Audio API on iOS devices on the initial touch event.
|
||||
* Read more about how this issue is handled here in [this article](TODO add link).
|
||||
*
|
||||
* @private
|
||||
* @method Phaser.Sound.WebAudioSoundManager#unlock
|
||||
*/
|
||||
unlock: function () {
|
||||
var _this = this;
|
||||
|
|
Loading…
Add table
Reference in a new issue