diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 5b09dbf14..c21b2cf21 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -359,7 +359,10 @@ var WebAudioSound = new Class({ } }, /** + * Method used internally for calculating current playback time of a playing sound. + * * @private + * @method Phaser.Sound.WebAudioSound#getCurrentTime */ getCurrentTime: function () { var currentTime = 0;