Updated unlock method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-06 19:18:48 +01:00
parent 6c469ec59b
commit 5990ed3875

View file

@ -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;