From bf29b367eceef5ab7ea0cb2336850c0f43a94250 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 7 Jan 2018 22:35:22 +0100 Subject: [PATCH] Updated getCurrentTime method docs --- v3/src/sound/webaudio/WebAudioSound.js | 3 +++ 1 file changed, 3 insertions(+) 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;